Html Css Color HEX #C29EEE Perfume

📋 copy color: '#C29EEE'

red 194 ◦ green 158 ◦ blue 238

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

Shades of Perfume #C29EEE

Tints of Perfume #C29EEE

RGB

 RED value IS 194 (76.17% from 255) = 32.88%

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

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

R = 32.88%
G = 26.78%
B = 40.34%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C29EEE (or 0xC29EEE) is known color: Perfume. HEX triplet: C2, 9E and EE. RGB value is (194,158,238). Sum of RGB (Red+Green+Blue) = 194+158+238=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #C29EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EEE is #3D6111. Grayscale: #B1B1B1. Windows color (decimal): -4022546 or 15638210. OLE color: 15638210.

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

Color convert

RGB 194 158 238 -
CMYK 0.18 0.34 0 0.07
HSL 267º 0.7% 0.78% -
HSV(B) 267º 0.34% 0.93% -
XYZ 49.91 42.1 86.38 -
YUV 177.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 194 158 238 0.18 0.34 0 0.07 267 0.7 0.78
Hex C2 9E EE 12 22 0 7 10B 46 4E
Octal 302 236 356 22 42 0 7 413 106 116
Binary 11000010 10011110 11101110 10010 100010 0 111 100001011 1000110 1001110

Color Harmonies of #C29EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EEE

Black with #C29EEE

Text Example


Text Example

White with #C29EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EEE; }

 p { color: rgb(194,158,238); }

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

background-color css

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

 a { background-color: rgb(194,158,238); }

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

border-color css

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

 span { border-color: rgb(194,158,238); }

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