Html Css Color HEX #C085C5 Lilac

📋 copy color: '#C085C5'

red 192 ◦ green 133 ◦ blue 197

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

Shades of Lilac #C085C5

Tints of Lilac #C085C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.74%

R = 36.78%
G = 25.48%
B = 37.74%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C085C5 (or 0xC085C5) is known color: Lilac. HEX triplet: C0, 85 and C5. RGB value is (192,133,197). Sum of RGB (Red+Green+Blue) = 192+133+197=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 197 - color contains mainly: blue. Hex color #C085C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085C5 is #3F7A3A. Grayscale: #9D9D9D. Windows color (decimal): -4160059 or 12944832. OLE color: 12944832.

HSL color Cylindrical-coordinate representation of color #C085C5: hue angle of 295.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C085C5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 133 197 -
CMYK 0.03 0.32 0 0.23
HSL 295.31º 0.36% 0.65% -
HSV(B) 295.31º 0.32% 0.77% -
XYZ 40.2 32.01 56.88 -
YUV 157.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 192 133 197 0.03 0.32 0 0.23 295.31 0.36 0.65
Hex C0 85 C5 3 20 0 17 127 24 41
Octal 300 205 305 3 40 0 27 447 44 101
Binary 11000000 10000101 11000101 11 100000 0 10111 100100111 100100 1000001

Color Harmonies of #C085C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085C5

Black with #C085C5

Text Example


Text Example

White with #C085C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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