Html Css Color HEX #C88DFA Wisteria

📋 copy color: '#C88DFA'

red 200 ◦ green 141 ◦ blue 250

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

Shades of Wisteria #C88DFA

Tints of Wisteria #C88DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.86%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 33.84%
G = 23.86%
B = 42.3%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C88DFA (or 0xC88DFA) is known color: Wisteria. HEX triplet: C8, 8D and FA. RGB value is (200,141,250). Sum of RGB (Red+Green+Blue) = 200+141+250=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C88DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DFA is #377205. Grayscale: #AAAAAA. Windows color (decimal): -3633670 or 16420296. OLE color: 16420296.

HSL color Cylindrical-coordinate representation of color #C88DFA: hue angle of 272.48º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88DFA is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 141 250 -
CMYK 0.2 0.44 0 0.02
HSL 272.48º 0.92% 0.77% -
HSV(B) 272.48º 0.44% 0.98% -
XYZ 50.6 38.23 95.15 -
YUV 171.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 200 141 250 0.2 0.44 0 0.02 272.48 0.92 0.77
Hex C8 8D FA 14 2C 0 2 110 5C 4D
Octal 310 215 372 24 54 0 2 420 134 115
Binary 11001000 10001101 11111010 10100 101100 0 10 100010000 1011100 1001101

Color Harmonies of #C88DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DFA

Black with #C88DFA

Text Example


Text Example

White with #C88DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DFA; }

 p { color: rgb(200,141,250); }

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

background-color css

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

 a { background-color: rgb(200,141,250); }

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

border-color css

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

 span { border-color: rgb(200,141,250); }

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