Html Css Color HEX #C88FDA Wisteria

📋 copy color: '#C88FDA'

red 200 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C88FDA

Tints of Wisteria #C88FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

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

R = 35.65%
G = 25.49%
B = 38.86%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88FDA (or 0xC88FDA) is known color: Wisteria. HEX triplet: C8, 8F and DA. RGB value is (200,143,218). Sum of RGB (Red+Green+Blue) = 200+143+218=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C88FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDA is #377025. Grayscale: #A8A8A8. Windows color (decimal): -3633190 or 14323656. OLE color: 14323656.

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

Color convert

RGB 200 143 218 -
CMYK 0.08 0.34 0 0.15
HSL 285.6º 0.5% 0.71% -
HSV(B) 285.6º 0.34% 0.85% -
XYZ 46.3 36.99 71.03 -
YUV 168.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 200 143 218 0.08 0.34 0 0.15 285.6 0.5 0.71
Hex C8 8F DA 8 22 0 F 11E 32 47
Octal 310 217 332 10 42 0 17 436 62 107
Binary 11001000 10001111 11011010 1000 100010 0 1111 100011110 110010 1000111

Color Harmonies of #C88FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FDA

Black with #C88FDA

Text Example


Text Example

White with #C88FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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