Html Css Color HEX #CC7CCC Orchid

📋 copy color: '#CC7CCC'

red 204 ◦ green 124 ◦ blue 204

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

Shades of Orchid #CC7CCC

Tints of Orchid #CC7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

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

R = 38.35%
G = 23.31%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC7CCC (or 0xCC7CCC) is known color: Orchid. HEX triplet: CC, 7C and CC. RGB value is (204,124,204). Sum of RGB (Red+Green+Blue) = 204+124+204=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCC is #338333. Grayscale: #9C9C9C. Windows color (decimal): -3375924 or 13401292. OLE color: 13401292.

HSL color Cylindrical-coordinate representation of color #CC7CCC: hue angle of 300º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CCC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 204 -
CMYK 0 0.39 0 0.2
HSL 300º 0.44% 0.64% -
HSV(B) 300º 0.39% 0.8% -
XYZ 43.01 31.61 60.96 -
YUV 157.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 204 124 204 0 0.39 0 0.2 300 0.44 0.64
Hex CC 7C CC 0 27 0 14 12C 2C 40
Octal 314 174 314 0 47 0 24 454 54 100
Binary 11001100 1111100 11001100 0 100111 0 10100 100101100 101100 1000000

Color Harmonies of #CC7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CCC

Black with #CC7CCC

Text Example


Text Example

White with #CC7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CCC; }

 p { color: rgb(204,124,204); }

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

background-color css

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

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

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

border-color css

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

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

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