Html Css Color HEX #CF66CC Orchid

📋 copy color: '#CF66CC'

red 207 ◦ green 102 ◦ blue 204

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

Shades of Orchid #CF66CC

Tints of Orchid #CF66CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 40.35%
G = 19.88%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF66CC (or 0xCF66CC) is known color: Orchid. HEX triplet: CF, 66 and CC. RGB value is (207,102,204). Sum of RGB (Red+Green+Blue) = 207+102+204=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CC is #309933. Grayscale: #909090. Windows color (decimal): -3184948 or 13395663. OLE color: 13395663.

HSL color Cylindrical-coordinate representation of color #CF66CC: hue angle of 301.71º 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 #CF66CC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 204 -
CMYK 0 0.51 0.01 0.19
HSL 301.71º 0.52% 0.61% -
HSV(B) 301.71º 0.51% 0.81% -
XYZ 41.38 27.13 60.18 -
YUV 145.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 207 102 204 0 0.51 0.01 0.19 301.71 0.52 0.61
Hex CF 66 CC 0 33 1 13 12E 34 3D
Octal 317 146 314 0 63 1 23 456 64 75
Binary 11001111 1100110 11001100 0 110011 1 10011 100101110 110100 111101

Color Harmonies of #CF66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66CC

Black with #CF66CC

Text Example


Text Example

White with #CF66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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