Html Css Color HEX #CF62CE Orchid

📋 copy color: '#CF62CE'

red 207 ◦ green 98 ◦ blue 206

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

Shades of Orchid #CF62CE

Tints of Orchid #CF62CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 40.51%
G = 19.18%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF62CE (or 0xCF62CE) is known color: Orchid. HEX triplet: CF, 62 and CE. RGB value is (207,98,206). Sum of RGB (Red+Green+Blue) = 207+98+206=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CE is #309D31. Grayscale: #8E8E8E. Windows color (decimal): -3185970 or 13525711. OLE color: 13525711.

HSL color Cylindrical-coordinate representation of color #CF62CE: hue angle of 300.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62CE is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 98 206 -
CMYK 0 0.53 0.00 0.19
HSL 300.55º 0.53% 0.6% -
HSV(B) 300.55º 0.53% 0.81% -
XYZ 41.24 26.46 61.33 -
YUV 142.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 207 98 206 0 0.53 0.00 0.19 300.55 0.53 0.6
Hex CF 62 CE 0 35 0 13 12D 35 3C
Octal 317 142 316 0 65 0 23 455 65 74
Binary 11001111 1100010 11001110 0 110101 0 10011 100101101 110101 111100

Color Harmonies of #CF62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62CE

Black with #CF62CE

Text Example


Text Example

White with #CF62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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