Html Css Color HEX #CF66CE Orchid

📋 copy color: '#CF66CE'

red 207 ◦ green 102 ◦ blue 206

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

Shades of Orchid #CF66CE

Tints of Orchid #CF66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

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

R = 40.19%
G = 19.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF66CE (or 0xCF66CE) is known color: Orchid. HEX triplet: CF, 66 and CE. RGB value is (207,102,206). Sum of RGB (Red+Green+Blue) = 207+102+206=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CE is #309931. Grayscale: #909090. Windows color (decimal): -3184946 or 13526735. OLE color: 13526735.

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

Color convert

RGB 207 102 206 -
CMYK 0 0.51 0.00 0.19
HSL 300.57º 0.52% 0.61% -
HSV(B) 300.57º 0.51% 0.81% -
XYZ 41.62 27.22 61.45 -
YUV 145.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 207 102 206 0 0.51 0.00 0.19 300.57 0.52 0.61
Hex CF 66 CE 0 33 0 13 12D 34 3D
Octal 317 146 316 0 63 0 23 455 64 75
Binary 11001111 1100110 11001110 0 110011 0 10011 100101101 110100 111101

Color Harmonies of #CF66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66CE

Black with #CF66CE

Text Example


Text Example

White with #CF66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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