Html Css Color HEX #C88AA8 Viola

📋 copy color: '#C88AA8'

red 200 ◦ green 138 ◦ blue 168

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

Shades of Viola #C88AA8

Tints of Viola #C88AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 39.53%
G = 27.27%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C88AA8 (or 0xC88AA8) is known color: Viola. HEX triplet: C8, 8A and A8. RGB value is (200,138,168). Sum of RGB (Red+Green+Blue) = 200+138+168=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AA8 is #377557. Grayscale: #9F9F9F. Windows color (decimal): -3634520 or 11045576. OLE color: 11045576.

HSL color Cylindrical-coordinate representation of color #C88AA8: hue angle of 330.97º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AA8 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 168 -
CMYK 0 0.31 0.16 0.22
HSL 330.97º 0.36% 0.66% -
HSV(B) 330.97º 0.31% 0.78% -
XYZ 39.98 33.28 41.36 -
YUV 159.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 200 138 168 0 0.31 0.16 0.22 330.97 0.36 0.66
Hex C8 8A A8 0 1F 10 16 14B 24 42
Octal 310 212 250 0 37 20 26 513 44 102
Binary 11001000 10001010 10101000 0 11111 10000 10110 101001011 100100 1000010

Color Harmonies of #C88AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AA8

Black with #C88AA8

Text Example


Text Example

White with #C88AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AA8; }

 p { color: rgb(200,138,168); }

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

background-color css

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

 a { background-color: rgb(200,138,168); }

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

border-color css

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

 span { border-color: rgb(200,138,168); }

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