Html Css Color HEX #C6AFE6 Perfume

📋 copy color: '#C6AFE6'

red 198 ◦ green 175 ◦ blue 230

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

Shades of Perfume #C6AFE6

Tints of Perfume #C6AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 32.84%
G = 29.02%
B = 38.14%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C6AFE6 (or 0xC6AFE6) is known color: Perfume. HEX triplet: C6, AF and E6. RGB value is (198,175,230). Sum of RGB (Red+Green+Blue) = 198+175+230=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFE6 is #395019. Grayscale: #BBBBBB. Windows color (decimal): -3756058 or 15118278. OLE color: 15118278.

HSL color Cylindrical-coordinate representation of color #C6AFE6: hue angle of 265.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6AFE6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 175 230 -
CMYK 0.14 0.24 0 0.10
HSL 265.09º 0.52% 0.79% -
HSV(B) 265.09º 0.24% 0.9% -
XYZ 52.9 48.38 81.41 -
YUV 188.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 198 175 230 0.14 0.24 0 0.10 265.09 0.52 0.79
Hex C6 AF E6 E 18 0 A 109 34 4F
Octal 306 257 346 16 30 0 12 411 64 117
Binary 11000110 10101111 11100110 1110 11000 0 1010 100001001 110100 1001111

Color Harmonies of #C6AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFE6

Black with #C6AFE6

Text Example


Text Example

White with #C6AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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