Html Css Color HEX #CC7CC0 Orchid

📋 copy color: '#CC7CC0'

red 204 ◦ green 124 ◦ blue 192

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

Shades of Orchid #CC7CC0

Tints of Orchid #CC7CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 39.23%
G = 23.85%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC7CC0 (or 0xCC7CC0) is known color: Orchid. HEX triplet: CC, 7C and C0. RGB value is (204,124,192). Sum of RGB (Red+Green+Blue) = 204+124+192=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CC0 is #33833F. Grayscale: #9B9B9B. Windows color (decimal): -3375936 or 12614860. OLE color: 12614860.

HSL color Cylindrical-coordinate representation of color #CC7CC0: hue angle of 309º 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 #CC7CC0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 192 -
CMYK 0 0.39 0.06 0.2
HSL 309º 0.44% 0.64% -
HSV(B) 309º 0.39% 0.8% -
XYZ 41.62 31.06 53.67 -
YUV 155.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 204 124 192 0 0.39 0.06 0.2 309 0.44 0.64
Hex CC 7C C0 0 27 6 14 135 2C 40
Octal 314 174 300 0 47 6 24 465 54 100
Binary 11001100 1111100 11000000 0 100111 110 10100 100110101 101100 1000000

Color Harmonies of #CC7CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CC0

Black with #CC7CC0

Text Example


Text Example

White with #CC7CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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