Html Css Color HEX #CF50DF Medium Orchid

📋 copy color: '#CF50DF'

red 207 ◦ green 80 ◦ blue 223

#CF50DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF50DF

Tints of Medium Orchid #CF50DF

RGB

 RED value IS 207 (81.25% from 255) = 40.59%

 GREEN value IS 80 (31.64% from 255) = 15.69%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 40.59%
G = 15.69%
B = 43.73%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF50DF (or 0xCF50DF) is known color: Medium Orchid. HEX triplet: CF, 50 and DF. RGB value is (207,80,223). Sum of RGB (Red+Green+Blue) = 207+80+223=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50DF is #30AF20. Grayscale: #858585. Windows color (decimal): -3190561 or 14635215. OLE color: 14635215.

HSL color Cylindrical-coordinate representation of color #CF50DF: hue angle of 293.29º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF50DF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 80 223 -
CMYK 0.07 0.64 0 0.13
HSL 293.29º 0.69% 0.59% -
HSV(B) 293.29º 0.64% 0.87% -
XYZ 41.92 24.33 72.3 -
YUV 134.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 207 80 223 0.07 0.64 0 0.13 293.29 0.69 0.59
Hex CF 50 DF 7 40 0 D 125 45 3B
Octal 317 120 337 7 100 0 15 445 105 73
Binary 11001111 1010000 11011111 111 1000000 0 1101 100100101 1000101 111011

Color Harmonies of #CF50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50DF

Black with #CF50DF

Text Example


Text Example

White with #CF50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50DF; }

 p { color: rgb(207,80,223); }

 H1.HeaderClassName
 {
   color: #CF50DF;
 }
 .AnyTagClassName
 {
   color: #CF50DF;
 }
</style>

background-color css

<style>
 a { background-color: #CF50DF; }

 a { background-color: rgb(207,80,223); }

 div.DivClassName
 {
   background-color: #CF50DF;
 }
 .BgClassName
 {
   background-color: #CF50DF;
 }
</style>

border-color css

<style>
 span { border-color: #CF50DF; }

 span { border-color: rgb(207,80,223); }

 td.TdClassName
 {
   border-color: #CF50DF;
 }
 .TagClassName
 {
   border-color: #CF50DF;
 }
</style>