Html Css Color HEX #C196EE Perfume

📋 copy color: '#C196EE'

red 193 ◦ green 150 ◦ blue 238

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

Shades of Perfume #C196EE

Tints of Perfume #C196EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 33.22%
G = 25.82%
B = 40.96%

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

#C196EE (or 0xC196EE) is known color: Perfume. HEX triplet: C1, 96 and EE. RGB value is (193,150,238). Sum of RGB (Red+Green+Blue) = 193+150+238=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C196EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196EE is #3E6911. Grayscale: #ACACAC. Windows color (decimal): -4090130 or 15636161. OLE color: 15636161.

HSL color Cylindrical-coordinate representation of color #C196EE: hue angle of 269.32º degrees, saturation: 0.72, 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 #C196EE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 150 238 -
CMYK 0.19 0.37 0 0.07
HSL 269.32º 0.72% 0.76% -
HSV(B) 269.32º 0.37% 0.93% -
XYZ 48.33 39.32 85.93 -
YUV 172.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 193 150 238 0.19 0.37 0 0.07 269.32 0.72 0.76
Hex C1 96 EE 13 25 0 7 10D 48 4C
Octal 301 226 356 23 45 0 7 415 110 114
Binary 11000001 10010110 11101110 10011 100101 0 111 100001101 1001000 1001100

Color Harmonies of #C196EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196EE

Black with #C196EE

Text Example


Text Example

White with #C196EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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