Html Css Color HEX #CF62DF Orchid

📋 copy color: '#CF62DF'

red 207 ◦ green 98 ◦ blue 223

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

Shades of Orchid #CF62DF

Tints of Orchid #CF62DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.56%

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

R = 39.2%
G = 18.56%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF62DF (or 0xCF62DF) is known color: Orchid. HEX triplet: CF, 62 and DF. RGB value is (207,98,223). Sum of RGB (Red+Green+Blue) = 207+98+223=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62DF is #309D20. Grayscale: #909090. Windows color (decimal): -3185953 or 14639823. OLE color: 14639823.

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

Color convert

RGB 207 98 223 -
CMYK 0.07 0.56 0 0.13
HSL 292.32º 0.66% 0.63% -
HSV(B) 292.32º 0.56% 0.87% -
XYZ 43.42 27.33 72.8 -
YUV 144.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 207 98 223 0.07 0.56 0 0.13 292.32 0.66 0.63
Hex CF 62 DF 7 38 0 D 124 42 3F
Octal 317 142 337 7 70 0 15 444 102 77
Binary 11001111 1100010 11011111 111 111000 0 1101 100100100 1000010 111111

Color Harmonies of #CF62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62DF

Black with #CF62DF

Text Example


Text Example

White with #CF62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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