Html Css Color HEX #C09FF2 Perfume

📋 copy color: '#C09FF2'

red 192 ◦ green 159 ◦ blue 242

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

Shades of Perfume #C09FF2

Tints of Perfume #C09FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.81%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 32.38%
G = 26.81%
B = 40.81%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C09FF2 (or 0xC09FF2) is known color: Perfume. HEX triplet: C0, 9F and F2. RGB value is (192,159,242). Sum of RGB (Red+Green+Blue) = 192+159+242=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #C09FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FF2 is #3F600D. Grayscale: #B2B2B2. Windows color (decimal): -4153358 or 15900608. OLE color: 15900608.

HSL color Cylindrical-coordinate representation of color #C09FF2: hue angle of 263.86º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09FF2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 159 242 -
CMYK 0.21 0.34 0 0.05
HSL 263.86º 0.76% 0.79% -
HSV(B) 263.86º 0.34% 0.95% -
XYZ 50.16 42.41 89.55 -
YUV 178.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 192 159 242 0.21 0.34 0 0.05 263.86 0.76 0.79
Hex C0 9F F2 15 22 0 5 108 4C 4F
Octal 300 237 362 25 42 0 5 410 114 117
Binary 11000000 10011111 11110010 10101 100010 0 101 100001000 1001100 1001111

Color Harmonies of #C09FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FF2

Black with #C09FF2

Text Example


Text Example

White with #C09FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FF2; }

 p { color: rgb(192,159,242); }

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

background-color css

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

 a { background-color: rgb(192,159,242); }

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

border-color css

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

 span { border-color: rgb(192,159,242); }

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