Html Css Color HEX #C8A7F2 Perfume

📋 copy color: '#C8A7F2'

red 200 ◦ green 167 ◦ blue 242

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

Shades of Perfume #C8A7F2

Tints of Perfume #C8A7F2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.42%

 BLUE value IS 242 (94.92% from 255) = 39.74%

R = 32.84%
G = 27.42%
B = 39.74%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8A7F2 (or 0xC8A7F2) is known color: Perfume. HEX triplet: C8, A7 and F2. RGB value is (200,167,242). Sum of RGB (Red+Green+Blue) = 200+167+242=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8A7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7F2 is #37580D. Grayscale: #B9B9B9. Windows color (decimal): -3627022 or 15902664. OLE color: 15902664.

HSL color Cylindrical-coordinate representation of color #C8A7F2: hue angle of 266.4º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A7F2 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 167 242 -
CMYK 0.17 0.31 0 0.05
HSL 266.4º 0.74% 0.8% -
HSV(B) 266.4º 0.31% 0.95% -
XYZ 53.67 46.33 90.12 -
YUV 185.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 200 167 242 0.17 0.31 0 0.05 266.4 0.74 0.8
Hex C8 A7 F2 11 1F 0 5 10A 4A 50
Octal 310 247 362 21 37 0 5 412 112 120
Binary 11001000 10100111 11110010 10001 11111 0 101 100001010 1001010 1010000

Color Harmonies of #C8A7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A7F2

Black with #C8A7F2

Text Example


Text Example

White with #C8A7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A7F2; }

 p { color: rgb(200,167,242); }

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

background-color css

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

 a { background-color: rgb(200,167,242); }

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

border-color css

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

 span { border-color: rgb(200,167,242); }

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