Html Css Color HEX #C288CF Wisteria

📋 copy color: '#C288CF'

red 194 ◦ green 136 ◦ blue 207

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

Shades of Wisteria #C288CF

Tints of Wisteria #C288CF

RGB

 RED value IS 194 (76.17% from 255) = 36.13%

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

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

R = 36.13%
G = 25.33%
B = 38.55%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C288CF (or 0xC288CF) is known color: Wisteria. HEX triplet: C2, 88 and CF. RGB value is (194,136,207). Sum of RGB (Red+Green+Blue) = 194+136+207=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C288CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CF is #3D7730. Grayscale: #A1A1A1. Windows color (decimal): -4028209 or 13600962. OLE color: 13600962.

HSL color Cylindrical-coordinate representation of color #C288CF: hue angle of 289.01º 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 #C288CF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 136 207 -
CMYK 0.06 0.34 0 0.19
HSL 289.01º 0.43% 0.67% -
HSV(B) 289.01º 0.34% 0.81% -
XYZ 42.31 33.58 63.28 -
YUV 161.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 194 136 207 0.06 0.34 0 0.19 289.01 0.43 0.67
Hex C2 88 CF 6 22 0 13 121 2B 43
Octal 302 210 317 6 42 0 23 441 53 103
Binary 11000010 10001000 11001111 110 100010 0 10011 100100001 101011 1000011

Color Harmonies of #C288CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288CF

Black with #C288CF

Text Example


Text Example

White with #C288CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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