Html Css Color HEX #CC66CF Orchid

📋 copy color: '#CC66CF'

red 204 ◦ green 102 ◦ blue 207

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

Shades of Orchid #CC66CF

Tints of Orchid #CC66CF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 204 102 207 -
CMYK 0.01 0.51 0 0.19
HSL 298.29º 0.52% 0.61% -
HSV(B) 298.29º 0.51% 0.81% -
XYZ 40.92 26.85 62.06 -
YUV 144.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 204 102 207 0.01 0.51 0 0.19 298.29 0.52 0.61
Hex CC 66 CF 1 33 0 13 12A 34 3D
Octal 314 146 317 1 63 0 23 452 64 75
Binary 11001100 1100110 11001111 1 110011 0 10011 100101010 110100 111101

Color Harmonies of #CC66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66CF

Black with #CC66CF

Text Example


Text Example

White with #CC66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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