Html Css Color HEX #C085CA Lilac

📋 copy color: '#C085CA'

red 192 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C085CA

Tints of Lilac #C085CA

RGB

 RED value IS 192 (75.39% from 255) = 36.43%

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

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

R = 36.43%
G = 25.24%
B = 38.33%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C085CA (or 0xC085CA) is known color: Lilac. HEX triplet: C0, 85 and CA. RGB value is (192,133,202). Sum of RGB (Red+Green+Blue) = 192+133+202=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C085CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CA is #3F7A35. Grayscale: #9E9E9E. Windows color (decimal): -4160054 or 13272512. OLE color: 13272512.

HSL color Cylindrical-coordinate representation of color #C085CA: hue angle of 291.3º 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 #C085CA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 133 202 -
CMYK 0.05 0.34 0 0.21
HSL 291.3º 0.39% 0.66% -
HSV(B) 291.3º 0.34% 0.79% -
XYZ 40.79 32.25 59.95 -
YUV 158.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 192 133 202 0.05 0.34 0 0.21 291.3 0.39 0.66
Hex C0 85 CA 5 22 0 15 123 27 42
Octal 300 205 312 5 42 0 25 443 47 102
Binary 11000000 10000101 11001010 101 100010 0 10101 100100011 100111 1000010

Color Harmonies of #C085CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085CA

Black with #C085CA

Text Example


Text Example

White with #C085CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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