Html Css Color HEX #C88ADB Wisteria

📋 copy color: '#C88ADB'

red 200 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #C88ADB

Tints of Wisteria #C88ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 35.91%
G = 24.78%
B = 39.32%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C88ADB (or 0xC88ADB) is known color: Wisteria. HEX triplet: C8, 8A and DB. RGB value is (200,138,219). Sum of RGB (Red+Green+Blue) = 200+138+219=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADB is #377524. Grayscale: #A5A5A5. Windows color (decimal): -3634469 or 14387912. OLE color: 14387912.

HSL color Cylindrical-coordinate representation of color #C88ADB: hue angle of 285.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88ADB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 138 219 -
CMYK 0.09 0.37 0 0.14
HSL 285.93º 0.53% 0.7% -
HSV(B) 285.93º 0.37% 0.86% -
XYZ 45.69 35.57 71.48 -
YUV 165.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 200 138 219 0.09 0.37 0 0.14 285.93 0.53 0.7
Hex C8 8A DB 9 25 0 E 11E 35 46
Octal 310 212 333 11 45 0 16 436 65 106
Binary 11001000 10001010 11011011 1001 100101 0 1110 100011110 110101 1000110

Color Harmonies of #C88ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88ADB

Black with #C88ADB

Text Example


Text Example

White with #C88ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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