Html Css Color HEX #C7AFEB Perfume

📋 copy color: '#C7AFEB'

red 199 ◦ green 175 ◦ blue 235

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

Shades of Perfume #C7AFEB

Tints of Perfume #C7AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 32.68%
G = 28.74%
B = 38.59%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7AFEB (or 0xC7AFEB) is known color: Perfume. HEX triplet: C7, AF and EB. RGB value is (199,175,235). Sum of RGB (Red+Green+Blue) = 199+175+235=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFEB is #385014. Grayscale: #BCBCBC. Windows color (decimal): -3690517 or 15445959. OLE color: 15445959.

HSL color Cylindrical-coordinate representation of color #C7AFEB: hue angle of 264º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7AFEB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 175 235 -
CMYK 0.15 0.26 0 0.08
HSL 264º 0.6% 0.8% -
HSV(B) 264º 0.26% 0.92% -
XYZ 53.88 48.8 85.18 -
YUV 189.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 199 175 235 0.15 0.26 0 0.08 264 0.6 0.8
Hex C7 AF EB F 1A 0 8 108 3C 50
Octal 307 257 353 17 32 0 10 410 74 120
Binary 11000111 10101111 11101011 1111 11010 0 1000 100001000 111100 1010000

Color Harmonies of #C7AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFEB

Black with #C7AFEB

Text Example


Text Example

White with #C7AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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