Html Css Color HEX #C091CC Wisteria

📋 copy color: '#C091CC'

red 192 ◦ green 145 ◦ blue 204

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

Shades of Wisteria #C091CC

Tints of Wisteria #C091CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.8%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 35.49%
G = 26.8%
B = 37.71%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C091CC (or 0xC091CC) is known color: Wisteria. HEX triplet: C0, 91 and CC. RGB value is (192,145,204). Sum of RGB (Red+Green+Blue) = 192+145+204=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C091CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CC is #3F6E33. Grayscale: #A5A5A5. Windows color (decimal): -4156980 or 13406656. OLE color: 13406656.

HSL color Cylindrical-coordinate representation of color #C091CC: hue angle of 287.8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C091CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 145 204 -
CMYK 0.06 0.29 0 0.2
HSL 287.8º 0.37% 0.68% -
HSV(B) 287.8º 0.29% 0.8% -
XYZ 42.76 35.82 61.79 -
YUV 165.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 192 145 204 0.06 0.29 0 0.2 287.8 0.37 0.68
Hex C0 91 CC 6 1D 0 14 120 25 44
Octal 300 221 314 6 35 0 24 440 45 104
Binary 11000000 10010001 11001100 110 11101 0 10100 100100000 100101 1000100

Color Harmonies of #C091CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091CC

Black with #C091CC

Text Example


Text Example

White with #C091CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091CC; }

 p { color: rgb(192,145,204); }

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

background-color css

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

 a { background-color: rgb(192,145,204); }

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

border-color css

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

 span { border-color: rgb(192,145,204); }

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