Html Css Color HEX #C09EFB Perfume

📋 copy color: '#C09EFB'

red 192 ◦ green 158 ◦ blue 251

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

Shades of Perfume #C09EFB

Tints of Perfume #C09EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 31.95%
G = 26.29%
B = 41.76%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C09EFB (or 0xC09EFB) is known color: Perfume. HEX triplet: C0, 9E and FB. RGB value is (192,158,251). Sum of RGB (Red+Green+Blue) = 192+158+251=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFB is #3F6104. Grayscale: #B2B2B2. Windows color (decimal): -4153605 or 16490176. OLE color: 16490176.

HSL color Cylindrical-coordinate representation of color #C09EFB: hue angle of 261.94º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09EFB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 158 251 -
CMYK 0.24 0.37 0 0.02
HSL 261.94º 0.92% 0.8% -
HSV(B) 261.94º 0.37% 0.98% -
XYZ 51.38 42.63 96.79 -
YUV 178.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 192 158 251 0.24 0.37 0 0.02 261.94 0.92 0.8
Hex C0 9E FB 18 25 0 2 106 5C 50
Octal 300 236 373 30 45 0 2 406 134 120
Binary 11000000 10011110 11111011 11000 100101 0 10 100000110 1011100 1010000

Color Harmonies of #C09EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09EFB

Black with #C09EFB

Text Example


Text Example

White with #C09EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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