Html Css Color HEX #C385CA Lilac

📋 copy color: '#C385CA'

red 195 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C385CA

Tints of Lilac #C385CA

RGB

 RED value IS 195 (76.56% from 255) = 36.79%

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 36.79%
G = 25.09%
B = 38.11%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C385CA (or 0xC385CA) is known color: Lilac. HEX triplet: C3, 85 and CA. RGB value is (195,133,202). Sum of RGB (Red+Green+Blue) = 195+133+202=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C385CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CA is #3C7A35. Grayscale: #9F9F9F. Windows color (decimal): -3963446 or 13272515. OLE color: 13272515.

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

Color convert

RGB 195 133 202 -
CMYK 0.03 0.34 0 0.21
HSL 293.91º 0.39% 0.66% -
HSV(B) 293.91º 0.34% 0.79% -
XYZ 41.55 32.64 59.99 -
YUV 159.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 195 133 202 0.03 0.34 0 0.21 293.91 0.39 0.66
Hex C3 85 CA 3 22 0 15 126 27 42
Octal 303 205 312 3 42 0 25 446 47 102
Binary 11000011 10000101 11001010 11 100010 0 10101 100100110 100111 1000010

Color Harmonies of #C385CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385CA

Black with #C385CA

Text Example


Text Example

White with #C385CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385CA; }

 p { color: rgb(195,133,202); }

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

background-color css

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

 a { background-color: rgb(195,133,202); }

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

border-color css

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

 span { border-color: rgb(195,133,202); }

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