Html Css Color HEX #C296CA Lilac

📋 copy color: '#C296CA'

red 194 ◦ green 150 ◦ blue 202

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

Shades of Lilac #C296CA

Tints of Lilac #C296CA

RGB

 RED value IS 194 (76.17% from 255) = 35.53%

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 35.53%
G = 27.47%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C296CA (or 0xC296CA) is known color: Lilac. HEX triplet: C2, 96 and CA. RGB value is (194,150,202). Sum of RGB (Red+Green+Blue) = 194+150+202=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C296CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CA is #3D6935. Grayscale: #A8A8A8. Windows color (decimal): -4024630 or 13276866. OLE color: 13276866.

HSL color Cylindrical-coordinate representation of color #C296CA: hue angle of 290.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C296CA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 150 202 -
CMYK 0.04 0.26 0 0.21
HSL 290.77º 0.33% 0.69% -
HSV(B) 290.77º 0.26% 0.79% -
XYZ 43.82 37.55 60.81 -
YUV 169.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 194 150 202 0.04 0.26 0 0.21 290.77 0.33 0.69
Hex C2 96 CA 4 1A 0 15 123 21 45
Octal 302 226 312 4 32 0 25 443 41 105
Binary 11000010 10010110 11001010 100 11010 0 10101 100100011 100001 1000101

Color Harmonies of #C296CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296CA

Black with #C296CA

Text Example


Text Example

White with #C296CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296CA; }

 p { color: rgb(194,150,202); }

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

background-color css

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

 a { background-color: rgb(194,150,202); }

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

border-color css

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

 span { border-color: rgb(194,150,202); }

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