Html Css Color HEX #C6AFE4 Perfume

📋 copy color: '#C6AFE4'

red 198 ◦ green 175 ◦ blue 228

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

Shades of Perfume #C6AFE4

Tints of Perfume #C6AFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 32.95%
G = 29.12%
B = 37.94%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C6AFE4 (or 0xC6AFE4) is known color: Perfume. HEX triplet: C6, AF and E4. RGB value is (198,175,228). Sum of RGB (Red+Green+Blue) = 198+175+228=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFE4 is #39501B. Grayscale: #BBBBBB. Windows color (decimal): -3756060 or 14987206. OLE color: 14987206.

HSL color Cylindrical-coordinate representation of color #C6AFE4: hue angle of 266.04º degrees, saturation: 0.5, 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 #C6AFE4 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 175 228 -
CMYK 0.13 0.23 0 0.11
HSL 266.04º 0.5% 0.79% -
HSV(B) 266.04º 0.23% 0.89% -
XYZ 52.62 48.27 79.94 -
YUV 187.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 198 175 228 0.13 0.23 0 0.11 266.04 0.5 0.79
Hex C6 AF E4 D 17 0 B 10A 32 4F
Octal 306 257 344 15 27 0 13 412 62 117
Binary 11000110 10101111 11100100 1101 10111 0 1011 100001010 110010 1001111

Color Harmonies of #C6AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFE4

Black with #C6AFE4

Text Example


Text Example

White with #C6AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFE4; }

 p { color: rgb(198,175,228); }

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

background-color css

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

 a { background-color: rgb(198,175,228); }

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

border-color css

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

 span { border-color: rgb(198,175,228); }

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