Html Css Color HEX #C198EA Perfume

📋 copy color: '#C198EA'

red 193 ◦ green 152 ◦ blue 234

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

Shades of Perfume #C198EA

Tints of Perfume #C198EA

RGB

 RED value IS 193 (75.78% from 255) = 33.33%

 GREEN value IS 152 (59.77% from 255) = 26.25%

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

R = 33.33%
G = 26.25%
B = 40.41%

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

#C198EA (or 0xC198EA) is known color: Perfume. HEX triplet: C1, 98 and EA. RGB value is (193,152,234). Sum of RGB (Red+Green+Blue) = 193+152+234=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C198EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198EA is #3E6715. Grayscale: #ADADAD. Windows color (decimal): -4089622 or 15374529. OLE color: 15374529.

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

Color convert

RGB 193 152 234 -
CMYK 0.18 0.35 0 0.08
HSL 270º 0.66% 0.76% -
HSV(B) 270º 0.35% 0.92% -
XYZ 48.07 39.73 82.98 -
YUV 173.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 193 152 234 0.18 0.35 0 0.08 270 0.66 0.76
Hex C1 98 EA 12 23 0 8 10E 42 4C
Octal 301 230 352 22 43 0 10 416 102 114
Binary 11000001 10011000 11101010 10010 100011 0 1000 100001110 1000010 1001100

Color Harmonies of #C198EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198EA

Black with #C198EA

Text Example


Text Example

White with #C198EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198EA; }

 p { color: rgb(193,152,234); }

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

background-color css

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

 a { background-color: rgb(193,152,234); }

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

border-color css

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

 span { border-color: rgb(193,152,234); }

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