Html Css Color HEX #C8AFE8 Perfume

📋 copy color: '#C8AFE8'

red 200 ◦ green 175 ◦ blue 232

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

Shades of Perfume #C8AFE8

Tints of Perfume #C8AFE8

RGB

 RED value IS 200 (78.52% from 255) = 32.95%

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 32.95%
G = 28.83%
B = 38.22%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8AFE8 (or 0xC8AFE8) is known color: Perfume. HEX triplet: C8, AF and E8. RGB value is (200,175,232). Sum of RGB (Red+Green+Blue) = 200+175+232=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFE8 is #375017. Grayscale: #BCBCBC. Windows color (decimal): -3624984 or 15249352. OLE color: 15249352.

HSL color Cylindrical-coordinate representation of color #C8AFE8: hue angle of 266.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AFE8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 175 232 -
CMYK 0.14 0.25 0 0.09
HSL 266.32º 0.55% 0.8% -
HSV(B) 266.32º 0.25% 0.91% -
XYZ 53.71 48.77 82.93 -
YUV 188.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 200 175 232 0.14 0.25 0 0.09 266.32 0.55 0.8
Hex C8 AF E8 E 19 0 9 10A 37 50
Octal 310 257 350 16 31 0 11 412 67 120
Binary 11001000 10101111 11101000 1110 11001 0 1001 100001010 110111 1010000

Color Harmonies of #C8AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFE8

Black with #C8AFE8

Text Example


Text Example

White with #C8AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFE8; }

 p { color: rgb(200,175,232); }

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

background-color css

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

 a { background-color: rgb(200,175,232); }

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

border-color css

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

 span { border-color: rgb(200,175,232); }

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