Html Css Color HEX #C69EEC Perfume

📋 copy color: '#C69EEC'

red 198 ◦ green 158 ◦ blue 236

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

Shades of Perfume #C69EEC

Tints of Perfume #C69EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 33.45%
G = 26.69%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C69EEC (or 0xC69EEC) is known color: Perfume. HEX triplet: C6, 9E and EC. RGB value is (198,158,236). Sum of RGB (Red+Green+Blue) = 198+158+236=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #C69EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EEC is #396113. Grayscale: #B2B2B2. Windows color (decimal): -3760404 or 15507142. OLE color: 15507142.

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

Color convert

RGB 198 158 236 -
CMYK 0.16 0.33 0 0.07
HSL 270.77º 0.67% 0.77% -
HSV(B) 270.77º 0.33% 0.93% -
XYZ 50.66 42.52 84.89 -
YUV 178.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 198 158 236 0.16 0.33 0 0.07 270.77 0.67 0.77
Hex C6 9E EC 10 21 0 7 10F 43 4D
Octal 306 236 354 20 41 0 7 417 103 115
Binary 11000110 10011110 11101100 10000 100001 0 111 100001111 1000011 1001101

Color Harmonies of #C69EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EEC

Black with #C69EEC

Text Example


Text Example

White with #C69EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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