Html Css Color HEX #C69EEB Perfume

📋 copy color: '#C69EEB'

red 198 ◦ green 158 ◦ blue 235

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

Shades of Perfume #C69EEB

Tints of Perfume #C69EEB

RGB

 RED value IS 198 (77.73% from 255) = 33.5%

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

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 33.5%
G = 26.73%
B = 39.76%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C69EEB (or 0xC69EEB) is known color: Perfume. HEX triplet: C6, 9E and EB. RGB value is (198,158,235). Sum of RGB (Red+Green+Blue) = 198+158+235=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #C69EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EEB is #396114. Grayscale: #B2B2B2. Windows color (decimal): -3760405 or 15441606. OLE color: 15441606.

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

Color convert

RGB 198 158 235 -
CMYK 0.16 0.33 0 0.08
HSL 271.17º 0.66% 0.77% -
HSV(B) 271.17º 0.33% 0.92% -
XYZ 50.51 42.46 84.13 -
YUV 178.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 198 158 235 0.16 0.33 0 0.08 271.17 0.66 0.77
Hex C6 9E EB 10 21 0 8 10F 42 4D
Octal 306 236 353 20 41 0 10 417 102 115
Binary 11000110 10011110 11101011 10000 100001 0 1000 100001111 1000010 1001101

Color Harmonies of #C69EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EEB

Black with #C69EEB

Text Example


Text Example

White with #C69EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EEB; }

 p { color: rgb(198,158,235); }

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

background-color css

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

 a { background-color: rgb(198,158,235); }

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

border-color css

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

 span { border-color: rgb(198,158,235); }

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