Html Css Color HEX #CC7CB5 Lily

📋 copy color: '#CC7CB5'

red 204 ◦ green 124 ◦ blue 181

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

Shades of Lily #CC7CB5

Tints of Lily #CC7CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.56%

R = 40.08%
G = 24.36%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC7CB5 (or 0xCC7CB5) is known color: Lily. HEX triplet: CC, 7C and B5. RGB value is (204,124,181). Sum of RGB (Red+Green+Blue) = 204+124+181=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CB5 is #33834A. Grayscale: #9A9A9A. Windows color (decimal): -3375947 or 11893964. OLE color: 11893964.

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

Color convert

RGB 204 124 181 -
CMYK 0 0.39 0.11 0.2
HSL 317.25º 0.44% 0.64% -
HSV(B) 317.25º 0.39% 0.8% -
XYZ 40.45 30.59 47.49 -
YUV 154.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 204 124 181 0 0.39 0.11 0.2 317.25 0.44 0.64
Hex CC 7C B5 0 27 B 14 13D 2C 40
Octal 314 174 265 0 47 13 24 475 54 100
Binary 11001100 1111100 10110101 0 100111 1011 10100 100111101 101100 1000000

Color Harmonies of #CC7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CB5

Black with #CC7CB5

Text Example


Text Example

White with #CC7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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