Html Css Color HEX #C88EFA Wisteria

📋 copy color: '#C88EFA'

red 200 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C88EFA

Tints of Wisteria #C88EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.99%

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

R = 33.78%
G = 23.99%
B = 42.23%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C88EFA (or 0xC88EFA) is known color: Wisteria. HEX triplet: C8, 8E and FA. RGB value is (200,142,250). Sum of RGB (Red+Green+Blue) = 200+142+250=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C88EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EFA is #377105. Grayscale: #ABABAB. Windows color (decimal): -3633414 or 16420552. OLE color: 16420552.

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

Color convert

RGB 200 142 250 -
CMYK 0.2 0.43 0 0.02
HSL 272.22º 0.92% 0.77% -
HSV(B) 272.22º 0.43% 0.98% -
XYZ 50.75 38.53 95.2 -
YUV 171.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 200 142 250 0.2 0.43 0 0.02 272.22 0.92 0.77
Hex C8 8E FA 14 2B 0 2 110 5C 4D
Octal 310 216 372 24 53 0 2 420 134 115
Binary 11001000 10001110 11111010 10100 101011 0 10 100010000 1011100 1001101

Color Harmonies of #C88EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88EFA

Black with #C88EFA

Text Example


Text Example

White with #C88EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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