Html Css Color HEX #CF62D6 Orchid

📋 copy color: '#CF62D6'

red 207 ◦ green 98 ◦ blue 214

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

Shades of Orchid #CF62D6

Tints of Orchid #CF62D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 39.88%
G = 18.88%
B = 41.23%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF62D6 (or 0xCF62D6) is known color: Orchid. HEX triplet: CF, 62 and D6. RGB value is (207,98,214). Sum of RGB (Red+Green+Blue) = 207+98+214=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF62D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62D6 is #309D29. Grayscale: #8F8F8F. Windows color (decimal): -3185962 or 14049999. OLE color: 14049999.

HSL color Cylindrical-coordinate representation of color #CF62D6: hue angle of 296.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF62D6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 98 214 -
CMYK 0.03 0.54 0 0.16
HSL 296.38º 0.59% 0.61% -
HSV(B) 296.38º 0.54% 0.84% -
XYZ 42.24 26.86 66.58 -
YUV 143.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 207 98 214 0.03 0.54 0 0.16 296.38 0.59 0.61
Hex CF 62 D6 3 36 0 10 128 3B 3D
Octal 317 142 326 3 66 0 20 450 73 75
Binary 11001111 1100010 11010110 11 110110 0 10000 100101000 111011 111101

Color Harmonies of #CF62D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62D6

Black with #CF62D6

Text Example


Text Example

White with #CF62D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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