Html Css Color HEX #C88BFA Wisteria

📋 copy color: '#C88BFA'

red 200 ◦ green 139 ◦ blue 250

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

Shades of Wisteria #C88BFA

Tints of Wisteria #C88BFA

RGB

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

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

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

R = 33.96%
G = 23.6%
B = 42.44%

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

#C88BFA (or 0xC88BFA) is known color: Wisteria. HEX triplet: C8, 8B and FA. RGB value is (200,139,250). Sum of RGB (Red+Green+Blue) = 200+139+250=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C88BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BFA is #377405. Grayscale: #A9A9A9. Windows color (decimal): -3634182 or 16419784. OLE color: 16419784.

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

Color convert

RGB 200 139 250 -
CMYK 0.2 0.44 0 0.02
HSL 272.97º 0.92% 0.76% -
HSV(B) 272.97º 0.44% 0.98% -
XYZ 50.31 37.65 95.06 -
YUV 169.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 200 139 250 0.2 0.44 0 0.02 272.97 0.92 0.76
Hex C8 8B FA 14 2C 0 2 111 5C 4C
Octal 310 213 372 24 54 0 2 421 134 114
Binary 11001000 10001011 11111010 10100 101100 0 10 100010001 1011100 1001100

Color Harmonies of #C88BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BFA

Black with #C88BFA

Text Example


Text Example

White with #C88BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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