Html Css Color HEX #C29AEF Perfume

📋 copy color: '#C29AEF'

red 194 ◦ green 154 ◦ blue 239

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

Shades of Perfume #C29AEF

Tints of Perfume #C29AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.24%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 33.05%
G = 26.24%
B = 40.72%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C29AEF (or 0xC29AEF) is known color: Perfume. HEX triplet: C2, 9A and EF. RGB value is (194,154,239). Sum of RGB (Red+Green+Blue) = 194+154+239=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C29AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AEF is #3D6510. Grayscale: #AFAFAF. Windows color (decimal): -4023569 or 15702722. OLE color: 15702722.

HSL color Cylindrical-coordinate representation of color #C29AEF: hue angle of 268.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C29AEF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 154 239 -
CMYK 0.19 0.36 0 0.06
HSL 268.24º 0.73% 0.77% -
HSV(B) 268.24º 0.36% 0.94% -
XYZ 49.38 40.81 86.94 -
YUV 175.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 194 154 239 0.19 0.36 0 0.06 268.24 0.73 0.77
Hex C2 9A EF 13 24 0 6 10C 49 4D
Octal 302 232 357 23 44 0 6 414 111 115
Binary 11000010 10011010 11101111 10011 100100 0 110 100001100 1001001 1001101

Color Harmonies of #C29AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AEF

Black with #C29AEF

Text Example


Text Example

White with #C29AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AEF; }

 p { color: rgb(194,154,239); }

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

background-color css

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

 a { background-color: rgb(194,154,239); }

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

border-color css

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

 span { border-color: rgb(194,154,239); }

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