Html Css Color HEX #CC7FAF Lily

📋 copy color: '#CC7FAF'

red 204 ◦ green 127 ◦ blue 175

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

Shades of Lily #CC7FAF

Tints of Lily #CC7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 25.1%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 40.32%
G = 25.1%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC7FAF (or 0xCC7FAF) is known color: Lily. HEX triplet: CC, 7F and AF. RGB value is (204,127,175). Sum of RGB (Red+Green+Blue) = 204+127+175=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FAF is #338050. Grayscale: #9B9B9B. Windows color (decimal): -3375185 or 11501516. OLE color: 11501516.

HSL color Cylindrical-coordinate representation of color #CC7FAF: hue angle of 322.6º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FAF is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 175 -
CMYK 0 0.38 0.14 0.2
HSL 322.6º 0.43% 0.65% -
HSV(B) 322.6º 0.38% 0.8% -
XYZ 40.23 31.11 44.44 -
YUV 155.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 204 127 175 0 0.38 0.14 0.2 322.6 0.43 0.65
Hex CC 7F AF 0 26 E 14 143 2B 41
Octal 314 177 257 0 46 16 24 503 53 101
Binary 11001100 1111111 10101111 0 100110 1110 10100 101000011 101011 1000001

Color Harmonies of #CC7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FAF

Black with #CC7FAF

Text Example


Text Example

White with #CC7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FAF; }

 p { color: rgb(204,127,175); }

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

background-color css

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

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

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

border-color css

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

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

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