Html Css Color HEX #C088FA Wisteria

📋 copy color: '#C088FA'

red 192 ◦ green 136 ◦ blue 250

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

Shades of Wisteria #C088FA

Tints of Wisteria #C088FA

RGB

 RED value IS 192 (75.39% from 255) = 33.22%

 GREEN value IS 136 (53.52% from 255) = 23.53%

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

R = 33.22%
G = 23.53%
B = 43.25%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C088FA (or 0xC088FA) is known color: Wisteria. HEX triplet: C0, 88 and FA. RGB value is (192,136,250). Sum of RGB (Red+Green+Blue) = 192+136+250=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #C088FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FA is #3F7705. Grayscale: #A5A5A5. Windows color (decimal): -4159238 or 16419008. OLE color: 16419008.

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

Color convert

RGB 192 136 250 -
CMYK 0.23 0.46 0 0.02
HSL 269.47º 0.92% 0.76% -
HSV(B) 269.47º 0.46% 0.98% -
XYZ 47.8 35.72 94.82 -
YUV 165.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 192 136 250 0.23 0.46 0 0.02 269.47 0.92 0.76
Hex C0 88 FA 17 2E 0 2 10D 5C 4C
Octal 300 210 372 27 56 0 2 415 134 114
Binary 11000000 10001000 11111010 10111 101110 0 10 100001101 1011100 1001100

Color Harmonies of #C088FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088FA

Black with #C088FA

Text Example


Text Example

White with #C088FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088FA; }

 p { color: rgb(192,136,250); }

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

background-color css

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

 a { background-color: rgb(192,136,250); }

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

border-color css

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

 span { border-color: rgb(192,136,250); }

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