Html Css Color HEX #C4AFE3 Perfume

📋 copy color: '#C4AFE3'

red 196 ◦ green 175 ◦ blue 227

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

Shades of Perfume #C4AFE3

Tints of Perfume #C4AFE3

RGB

 RED value IS 196 (76.95% from 255) = 32.78%

 GREEN value IS 175 (68.75% from 255) = 29.26%

 BLUE value IS 227 (89.06% from 255) = 37.96%

R = 32.78%
G = 29.26%
B = 37.96%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C4AFE3 (or 0xC4AFE3) is known color: Perfume. HEX triplet: C4, AF and E3. RGB value is (196,175,227). Sum of RGB (Red+Green+Blue) = 196+175+227=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #C4AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFE3 is #3B501C. Grayscale: #BBBBBB. Windows color (decimal): -3887133 or 14921668. OLE color: 14921668.

HSL color Cylindrical-coordinate representation of color #C4AFE3: hue angle of 264.23º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4AFE3 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 175 227 -
CMYK 0.14 0.23 0 0.11
HSL 264.23º 0.48% 0.79% -
HSV(B) 264.23º 0.23% 0.89% -
XYZ 51.96 47.94 79.19 -
YUV 187.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 196 175 227 0.14 0.23 0 0.11 264.23 0.48 0.79
Hex C4 AF E3 E 17 0 B 108 30 4F
Octal 304 257 343 16 27 0 13 410 60 117
Binary 11000100 10101111 11100011 1110 10111 0 1011 100001000 110000 1001111

Color Harmonies of #C4AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFE3

Black with #C4AFE3

Text Example


Text Example

White with #C4AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFE3; }

 p { color: rgb(196,175,227); }

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

background-color css

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

 a { background-color: rgb(196,175,227); }

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

border-color css

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

 span { border-color: rgb(196,175,227); }

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