Html Css Color HEX #C09EEB Perfume

📋 copy color: '#C09EEB'

red 192 ◦ green 158 ◦ blue 235

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

Shades of Perfume #C09EEB

Tints of Perfume #C09EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.01%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 32.82%
G = 27.01%
B = 40.17%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C09EEB (or 0xC09EEB) is known color: Perfume. HEX triplet: C0, 9E and EB. RGB value is (192,158,235). Sum of RGB (Red+Green+Blue) = 192+158+235=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C09EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EEB is #3F6114. Grayscale: #B0B0B0. Windows color (decimal): -4153621 or 15441600. OLE color: 15441600.

HSL color Cylindrical-coordinate representation of color #C09EEB: hue angle of 266.49º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09EEB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 158 235 -
CMYK 0.18 0.33 0 0.08
HSL 266.49º 0.66% 0.77% -
HSV(B) 266.49º 0.33% 0.92% -
XYZ 48.96 41.66 84.06 -
YUV 176.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 192 158 235 0.18 0.33 0 0.08 266.49 0.66 0.77
Hex C0 9E EB 12 21 0 8 10A 42 4D
Octal 300 236 353 22 41 0 10 412 102 115
Binary 11000000 10011110 11101011 10010 100001 0 1000 100001010 1000010 1001101

Color Harmonies of #C09EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09EEB

Black with #C09EEB

Text Example


Text Example

White with #C09EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09EEB; }

 p { color: rgb(192,158,235); }

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

background-color css

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

 a { background-color: rgb(192,158,235); }

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

border-color css

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

 span { border-color: rgb(192,158,235); }

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