Html Css Color HEX #C88ADE Wisteria

📋 copy color: '#C88ADE'

red 200 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #C88ADE

Tints of Wisteria #C88ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 35.71%
G = 24.64%
B = 39.64%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88ADE (or 0xC88ADE) is known color: Wisteria. HEX triplet: C8, 8A and DE. RGB value is (200,138,222). Sum of RGB (Red+Green+Blue) = 200+138+222=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADE is #377521. Grayscale: #A5A5A5. Windows color (decimal): -3634466 or 14584520. OLE color: 14584520.

HSL color Cylindrical-coordinate representation of color #C88ADE: hue angle of 284.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88ADE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 138 222 -
CMYK 0.10 0.38 0 0.13
HSL 284.29º 0.56% 0.71% -
HSV(B) 284.29º 0.38% 0.87% -
XYZ 46.09 35.73 73.57 -
YUV 166.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 200 138 222 0.10 0.38 0 0.13 284.29 0.56 0.71
Hex C8 8A DE A 26 0 D 11C 38 47
Octal 310 212 336 12 46 0 15 434 70 107
Binary 11001000 10001010 11011110 1010 100110 0 1101 100011100 111000 1000111

Color Harmonies of #C88ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88ADE

Black with #C88ADE

Text Example


Text Example

White with #C88ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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