Html Css Color HEX #CF62DB Orchid

📋 copy color: '#CF62DB'

red 207 ◦ green 98 ◦ blue 219

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

Shades of Orchid #CF62DB

Tints of Orchid #CF62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 39.5%
G = 18.7%
B = 41.79%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF62DB (or 0xCF62DB) is known color: Orchid. HEX triplet: CF, 62 and DB. RGB value is (207,98,219). Sum of RGB (Red+Green+Blue) = 207+98+219=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62DB is #309D24. Grayscale: #909090. Windows color (decimal): -3185957 or 14377679. OLE color: 14377679.

HSL color Cylindrical-coordinate representation of color #CF62DB: hue angle of 294.05º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF62DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 98 219 -
CMYK 0.05 0.55 0 0.14
HSL 294.05º 0.63% 0.62% -
HSV(B) 294.05º 0.55% 0.86% -
XYZ 42.89 27.12 69.99 -
YUV 144.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 207 98 219 0.05 0.55 0 0.14 294.05 0.63 0.62
Hex CF 62 DB 5 37 0 E 126 3F 3E
Octal 317 142 333 5 67 0 16 446 77 76
Binary 11001111 1100010 11011011 101 110111 0 1110 100100110 111111 111110

Color Harmonies of #CF62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62DB

Black with #CF62DB

Text Example


Text Example

White with #CF62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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