Html Css Color HEX #C8A6EB Perfume

📋 copy color: '#C8A6EB'

red 200 ◦ green 166 ◦ blue 235

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

Shades of Perfume #C8A6EB

Tints of Perfume #C8A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.62%

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

R = 33.28%
G = 27.62%
B = 39.1%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8A6EB (or 0xC8A6EB) is known color: Perfume. HEX triplet: C8, A6 and EB. RGB value is (200,166,235). Sum of RGB (Red+Green+Blue) = 200+166+235=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6EB is #375914. Grayscale: #B7B7B7. Windows color (decimal): -3627285 or 15443656. OLE color: 15443656.

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

Color convert

RGB 200 166 235 -
CMYK 0.15 0.29 0 0.08
HSL 269.57º 0.63% 0.79% -
HSV(B) 269.57º 0.29% 0.92% -
XYZ 52.45 45.55 84.62 -
YUV 184.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 200 166 235 0.15 0.29 0 0.08 269.57 0.63 0.79
Hex C8 A6 EB F 1D 0 8 10E 3F 4F
Octal 310 246 353 17 35 0 10 416 77 117
Binary 11001000 10100110 11101011 1111 11101 0 1000 100001110 111111 1001111

Color Harmonies of #C8A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6EB

Black with #C8A6EB

Text Example


Text Example

White with #C8A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6EB; }

 p { color: rgb(200,166,235); }

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

background-color css

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

 a { background-color: rgb(200,166,235); }

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

border-color css

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

 span { border-color: rgb(200,166,235); }

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