Html Css Color HEX #C196ED Perfume

📋 copy color: '#C196ED'

red 193 ◦ green 150 ◦ blue 237

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

Shades of Perfume #C196ED

Tints of Perfume #C196ED

RGB

 RED value IS 193 (75.78% from 255) = 33.28%

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 33.28%
G = 25.86%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C196ED (or 0xC196ED) is known color: Perfume. HEX triplet: C1, 96 and ED. RGB value is (193,150,237). Sum of RGB (Red+Green+Blue) = 193+150+237=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #C196ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196ED is #3E6912. Grayscale: #ACACAC. Windows color (decimal): -4090131 or 15570625. OLE color: 15570625.

HSL color Cylindrical-coordinate representation of color #C196ED: hue angle of 269.66º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C196ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 150 237 -
CMYK 0.19 0.37 0 0.07
HSL 269.66º 0.71% 0.76% -
HSV(B) 269.66º 0.37% 0.93% -
XYZ 48.18 39.26 85.16 -
YUV 172.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 193 150 237 0.19 0.37 0 0.07 269.66 0.71 0.76
Hex C1 96 ED 13 25 0 7 10E 47 4C
Octal 301 226 355 23 45 0 7 416 107 114
Binary 11000001 10010110 11101101 10011 100101 0 111 100001110 1000111 1001100

Color Harmonies of #C196ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196ED

Black with #C196ED

Text Example


Text Example

White with #C196ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196ED; }

 p { color: rgb(193,150,237); }

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

background-color css

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

 a { background-color: rgb(193,150,237); }

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

border-color css

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

 span { border-color: rgb(193,150,237); }

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