Html Css Color HEX #C88BDE Wisteria

📋 copy color: '#C88BDE'

red 200 ◦ green 139 ◦ blue 222

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

Shades of Wisteria #C88BDE

Tints of Wisteria #C88BDE

RGB

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

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

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

R = 35.65%
G = 24.78%
B = 39.57%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88BDE (or 0xC88BDE) is known color: Wisteria. HEX triplet: C8, 8B and DE. RGB value is (200,139,222). Sum of RGB (Red+Green+Blue) = 200+139+222=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BDE is #377421. Grayscale: #A6A6A6. Windows color (decimal): -3634210 or 14584776. OLE color: 14584776.

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

Color convert

RGB 200 139 222 -
CMYK 0.10 0.37 0 0.13
HSL 284.1º 0.56% 0.71% -
HSV(B) 284.1º 0.37% 0.87% -
XYZ 46.24 36.02 73.62 -
YUV 166.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 200 139 222 0.10 0.37 0 0.13 284.1 0.56 0.71
Hex C8 8B DE A 25 0 D 11C 38 47
Octal 310 213 336 12 45 0 15 434 70 107
Binary 11001000 10001011 11011110 1010 100101 0 1101 100011100 111000 1000111

Color Harmonies of #C88BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BDE

Black with #C88BDE

Text Example


Text Example

White with #C88BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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