Html Css Color HEX #CC7CC2 Orchid

📋 copy color: '#CC7CC2'

red 204 ◦ green 124 ◦ blue 194

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

Shades of Orchid #CC7CC2

Tints of Orchid #CC7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 39.08%
G = 23.75%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC7CC2 (or 0xCC7CC2) is known color: Orchid. HEX triplet: CC, 7C and C2. RGB value is (204,124,194). Sum of RGB (Red+Green+Blue) = 204+124+194=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CC2 is #33833D. Grayscale: #9B9B9B. Windows color (decimal): -3375934 or 12745932. OLE color: 12745932.

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

Color convert

RGB 204 124 194 -
CMYK 0 0.39 0.05 0.2
HSL 307.5º 0.44% 0.64% -
HSV(B) 307.5º 0.39% 0.8% -
XYZ 41.85 31.15 54.85 -
YUV 155.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 204 124 194 0 0.39 0.05 0.2 307.5 0.44 0.64
Hex CC 7C C2 0 27 5 14 134 2C 40
Octal 314 174 302 0 47 5 24 464 54 100
Binary 11001100 1111100 11000010 0 100111 101 10100 100110100 101100 1000000

Color Harmonies of #CC7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CC2

Black with #CC7CC2

Text Example


Text Example

White with #CC7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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