Html Css Color HEX #C8AFEE Perfume

📋 copy color: '#C8AFEE'

red 200 ◦ green 175 ◦ blue 238

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

Shades of Perfume #C8AFEE

Tints of Perfume #C8AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 32.63%
G = 28.55%
B = 38.83%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8AFEE (or 0xC8AFEE) is known color: Perfume. HEX triplet: C8, AF and EE. RGB value is (200,175,238). Sum of RGB (Red+Green+Blue) = 200+175+238=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFEE is #375011. Grayscale: #BDBDBD. Windows color (decimal): -3624978 or 15642568. OLE color: 15642568.

HSL color Cylindrical-coordinate representation of color #C8AFEE: hue angle of 263.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AFEE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 175 238 -
CMYK 0.16 0.26 0 0.07
HSL 263.81º 0.65% 0.81% -
HSV(B) 263.81º 0.26% 0.93% -
XYZ 54.58 49.11 87.49 -
YUV 189.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 200 175 238 0.16 0.26 0 0.07 263.81 0.65 0.81
Hex C8 AF EE 10 1A 0 7 108 41 51
Octal 310 257 356 20 32 0 7 410 101 121
Binary 11001000 10101111 11101110 10000 11010 0 111 100001000 1000001 1010001

Color Harmonies of #C8AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFEE

Black with #C8AFEE

Text Example


Text Example

White with #C8AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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