Html Css Color HEX #C7AFE6 Perfume

📋 copy color: '#C7AFE6'

red 199 ◦ green 175 ◦ blue 230

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

Shades of Perfume #C7AFE6

Tints of Perfume #C7AFE6

RGB

 RED value IS 199 (78.13% from 255) = 32.95%

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

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

R = 32.95%
G = 28.97%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C7AFE6 (or 0xC7AFE6) is known color: Perfume. HEX triplet: C7, AF and E6. RGB value is (199,175,230). Sum of RGB (Red+Green+Blue) = 199+175+230=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFE6 is #385019. Grayscale: #BCBCBC. Windows color (decimal): -3690522 or 15118279. OLE color: 15118279.

HSL color Cylindrical-coordinate representation of color #C7AFE6: hue angle of 266.18º 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 #C7AFE6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 175 230 -
CMYK 0.13 0.24 0 0.10
HSL 266.18º 0.52% 0.79% -
HSV(B) 266.18º 0.24% 0.9% -
XYZ 53.17 48.52 81.43 -
YUV 188.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 199 175 230 0.13 0.24 0 0.10 266.18 0.52 0.79
Hex C7 AF E6 D 18 0 A 10A 34 4F
Octal 307 257 346 15 30 0 12 412 64 117
Binary 11000111 10101111 11100110 1101 11000 0 1010 100001010 110100 1001111

Color Harmonies of #C7AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFE6

Black with #C7AFE6

Text Example


Text Example

White with #C7AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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