Html Css Color HEX #C088CF Wisteria

📋 copy color: '#C088CF'

red 192 ◦ green 136 ◦ blue 207

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

Shades of Wisteria #C088CF

Tints of Wisteria #C088CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 35.89%
G = 25.42%
B = 38.69%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C088CF (or 0xC088CF) is known color: Wisteria. HEX triplet: C0, 88 and CF. RGB value is (192,136,207). Sum of RGB (Red+Green+Blue) = 192+136+207=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C088CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CF is #3F7730. Grayscale: #A0A0A0. Windows color (decimal): -4159281 or 13600960. OLE color: 13600960.

HSL color Cylindrical-coordinate representation of color #C088CF: hue angle of 287.32º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C088CF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 136 207 -
CMYK 0.07 0.34 0 0.19
HSL 287.32º 0.43% 0.67% -
HSV(B) 287.32º 0.34% 0.81% -
XYZ 41.8 33.32 63.26 -
YUV 160.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 192 136 207 0.07 0.34 0 0.19 287.32 0.43 0.67
Hex C0 88 CF 7 22 0 13 11F 2B 43
Octal 300 210 317 7 42 0 23 437 53 103
Binary 11000000 10001000 11001111 111 100010 0 10011 100011111 101011 1000011

Color Harmonies of #C088CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C088CF

Black with #C088CF

Text Example


Text Example

White with #C088CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C088CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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