Html Css Color HEX #C096FA Perfume

📋 copy color: '#C096FA'

red 192 ◦ green 150 ◦ blue 250

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

Shades of Perfume #C096FA

Tints of Perfume #C096FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 32.43%
G = 25.34%
B = 42.23%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C096FA (or 0xC096FA) is known color: Perfume. HEX triplet: C0, 96 and FA. RGB value is (192,150,250). Sum of RGB (Red+Green+Blue) = 192+150+250=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C096FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FA is #3F6905. Grayscale: #ADADAD. Windows color (decimal): -4155654 or 16422592. OLE color: 16422592.

HSL color Cylindrical-coordinate representation of color #C096FA: hue angle of 265.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C096FA is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 150 250 -
CMYK 0.23 0.4 0 0.02
HSL 265.2º 0.91% 0.78% -
HSV(B) 265.2º 0.4% 0.98% -
XYZ 49.9 39.92 95.52 -
YUV 173.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 192 150 250 0.23 0.4 0 0.02 265.2 0.91 0.78
Hex C0 96 FA 17 28 0 2 109 5B 4E
Octal 300 226 372 27 50 0 2 411 133 116
Binary 11000000 10010110 11111010 10111 101000 0 10 100001001 1011011 1001110

Color Harmonies of #C096FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096FA

Black with #C096FA

Text Example


Text Example

White with #C096FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096FA; }

 p { color: rgb(192,150,250); }

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

background-color css

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

 a { background-color: rgb(192,150,250); }

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

border-color css

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

 span { border-color: rgb(192,150,250); }

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