Html Css Color HEX #CA7BB2 Lily

📋 copy color: '#CA7BB2'

red 202 ◦ green 123 ◦ blue 178

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

Shades of Lily #CA7BB2

Tints of Lily #CA7BB2

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

 GREEN value IS 123 (48.44% from 255) = 24.45%

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

R = 40.16%
G = 24.45%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA7BB2 (or 0xCA7BB2) is known color: Lily. HEX triplet: CA, 7B and B2. RGB value is (202,123,178). Sum of RGB (Red+Green+Blue) = 202+123+178=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7BB2 is #35844D. Grayscale: #989898. Windows color (decimal): -3507278 or 11697098. OLE color: 11697098.

HSL color Cylindrical-coordinate representation of color #CA7BB2: hue angle of 318.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7BB2 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 178 -
CMYK 0 0.39 0.12 0.21
HSL 318.23º 0.43% 0.64% -
HSV(B) 318.23º 0.39% 0.79% -
XYZ 39.48 29.94 45.82 -
YUV 152.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 202 123 178 0 0.39 0.12 0.21 318.23 0.43 0.64
Hex CA 7B B2 0 27 C 15 13E 2B 40
Octal 312 173 262 0 47 14 25 476 53 100
Binary 11001010 1111011 10110010 0 100111 1100 10101 100111110 101011 1000000

Color Harmonies of #CA7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BB2

Black with #CA7BB2

Text Example


Text Example

White with #CA7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BB2; }

 p { color: rgb(202,123,178); }

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

background-color css

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

 a { background-color: rgb(202,123,178); }

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

border-color css

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

 span { border-color: rgb(202,123,178); }

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