Html Css Color HEX #C088DD Wisteria

📋 copy color: '#C088DD'

red 192 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #C088DD

Tints of Wisteria #C088DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 34.97%
G = 24.77%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C088DD (or 0xC088DD) is known color: Wisteria. HEX triplet: C0, 88 and DD. RGB value is (192,136,221). Sum of RGB (Red+Green+Blue) = 192+136+221=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C088DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088DD is #3F7722. Grayscale: #A2A2A2. Windows color (decimal): -4159267 or 14518464. OLE color: 14518464.

HSL color Cylindrical-coordinate representation of color #C088DD: hue angle of 279.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C088DD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 136 221 -
CMYK 0.13 0.38 0 0.13
HSL 279.53º 0.56% 0.7% -
HSV(B) 279.53º 0.38% 0.87% -
XYZ 43.59 34.04 72.68 -
YUV 162.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 192 136 221 0.13 0.38 0 0.13 279.53 0.56 0.7
Hex C0 88 DD D 26 0 D 118 38 46
Octal 300 210 335 15 46 0 15 430 70 106
Binary 11000000 10001000 11011101 1101 100110 0 1101 100011000 111000 1000110

Color Harmonies of #C088DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088DD

Black with #C088DD

Text Example


Text Example

White with #C088DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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