Html Css Color HEX #C88BDA Wisteria

📋 copy color: '#C88BDA'

red 200 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #C88BDA

Tints of Wisteria #C88BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 35.91%
G = 24.96%
B = 39.14%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88BDA (or 0xC88BDA) is known color: Wisteria. HEX triplet: C8, 8B and DA. RGB value is (200,139,218). Sum of RGB (Red+Green+Blue) = 200+139+218=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C88BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BDA is #377425. Grayscale: #A5A5A5. Windows color (decimal): -3634214 or 14322632. OLE color: 14322632.

HSL color Cylindrical-coordinate representation of color #C88BDA: hue angle of 286.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88BDA is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 139 218 -
CMYK 0.08 0.36 0 0.15
HSL 286.33º 0.52% 0.7% -
HSV(B) 286.33º 0.36% 0.85% -
XYZ 45.71 35.81 70.83 -
YUV 166.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 200 139 218 0.08 0.36 0 0.15 286.33 0.52 0.7
Hex C8 8B DA 8 24 0 F 11E 34 46
Octal 310 213 332 10 44 0 17 436 64 106
Binary 11001000 10001011 11011010 1000 100100 0 1111 100011110 110100 1000110

Color Harmonies of #C88BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BDA

Black with #C88BDA

Text Example


Text Example

White with #C88BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BDA; }

 p { color: rgb(200,139,218); }

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

background-color css

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

 a { background-color: rgb(200,139,218); }

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

border-color css

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

 span { border-color: rgb(200,139,218); }

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