Html Css Color HEX #CC7CB2 Lily

📋 copy color: '#CC7CB2'

red 204 ◦ green 124 ◦ blue 178

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

Shades of Lily #CC7CB2

Tints of Lily #CC7CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 40.32%
G = 24.51%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC7CB2 (or 0xCC7CB2) is known color: Lily. HEX triplet: CC, 7C and B2. RGB value is (204,124,178). Sum of RGB (Red+Green+Blue) = 204+124+178=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CB2 is #33834D. Grayscale: #999999. Windows color (decimal): -3375950 or 11697356. OLE color: 11697356.

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

Color convert

RGB 204 124 178 -
CMYK 0 0.39 0.13 0.2
HSL 319.5º 0.44% 0.64% -
HSV(B) 319.5º 0.39% 0.8% -
XYZ 40.15 30.47 45.88 -
YUV 154.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 204 124 178 0 0.39 0.13 0.2 319.5 0.44 0.64
Hex CC 7C B2 0 27 D 14 140 2C 40
Octal 314 174 262 0 47 15 24 500 54 100
Binary 11001100 1111100 10110010 0 100111 1101 10100 101000000 101100 1000000

Color Harmonies of #CC7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CB2

Black with #CC7CB2

Text Example


Text Example

White with #CC7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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