Html Css Color HEX #C69FEE Perfume

📋 copy color: '#C69FEE'

red 198 ◦ green 159 ◦ blue 238

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

Shades of Perfume #C69FEE

Tints of Perfume #C69FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.72%

 BLUE value IS 238 (93.36% from 255) = 40%

R = 33.28%
G = 26.72%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C69FEE (or 0xC69FEE) is known color: Perfume. HEX triplet: C6, 9F and EE. RGB value is (198,159,238). Sum of RGB (Red+Green+Blue) = 198+159+238=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FEE is #396011. Grayscale: #B3B3B3. Windows color (decimal): -3760146 or 15638470. OLE color: 15638470.

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

Color convert

RGB 198 159 238 -
CMYK 0.17 0.33 0 0.07
HSL 269.62º 0.7% 0.78% -
HSV(B) 269.62º 0.33% 0.93% -
XYZ 51.12 42.98 86.49 -
YUV 179.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 198 159 238 0.17 0.33 0 0.07 269.62 0.7 0.78
Hex C6 9F EE 11 21 0 7 10E 46 4E
Octal 306 237 356 21 41 0 7 416 106 116
Binary 11000110 10011111 11101110 10001 100001 0 111 100001110 1000110 1001110

Color Harmonies of #C69FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FEE

Black with #C69FEE

Text Example


Text Example

White with #C69FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FEE; }

 p { color: rgb(198,159,238); }

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

background-color css

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

 a { background-color: rgb(198,159,238); }

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

border-color css

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

 span { border-color: rgb(198,159,238); }

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