Html Css Color HEX #C097EA Perfume

📋 copy color: '#C097EA'

red 192 ◦ green 151 ◦ blue 234

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

Shades of Perfume #C097EA

Tints of Perfume #C097EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.17%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 33.28%
G = 26.17%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C097EA (or 0xC097EA) is known color: Perfume. HEX triplet: C0, 97 and EA. RGB value is (192,151,234). Sum of RGB (Red+Green+Blue) = 192+151+234=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C097EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C097EA is #3F6815. Grayscale: #ACACAC. Windows color (decimal): -4155414 or 15374272. OLE color: 15374272.

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

Color convert

RGB 192 151 234 -
CMYK 0.18 0.35 0 0.08
HSL 269.64º 0.66% 0.75% -
HSV(B) 269.64º 0.35% 0.92% -
XYZ 47.66 39.28 82.91 -
YUV 172.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 192 151 234 0.18 0.35 0 0.08 269.64 0.66 0.75
Hex C0 97 EA 12 23 0 8 10E 42 4B
Octal 300 227 352 22 43 0 10 416 102 113
Binary 11000000 10010111 11101010 10010 100011 0 1000 100001110 1000010 1001011

Color Harmonies of #C097EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097EA

Black with #C097EA

Text Example


Text Example

White with #C097EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097EA; }

 p { color: rgb(192,151,234); }

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

background-color css

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

 a { background-color: rgb(192,151,234); }

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

border-color css

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

 span { border-color: rgb(192,151,234); }

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