Html Css Color HEX #C096CC Wisteria

📋 copy color: '#C096CC'

red 192 ◦ green 150 ◦ blue 204

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

Shades of Wisteria #C096CC

Tints of Wisteria #C096CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

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

R = 35.16%
G = 27.47%
B = 37.36%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C096CC (or 0xC096CC) is known color: Wisteria. HEX triplet: C0, 96 and CC. RGB value is (192,150,204). Sum of RGB (Red+Green+Blue) = 192+150+204=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C096CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CC is #3F6933. Grayscale: #A8A8A8. Windows color (decimal): -4155700 or 13407936. OLE color: 13407936.

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

Color convert

RGB 192 150 204 -
CMYK 0.06 0.26 0 0.2
HSL 286.67º 0.35% 0.69% -
HSV(B) 286.67º 0.26% 0.8% -
XYZ 43.54 37.38 62.05 -
YUV 168.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 192 150 204 0.06 0.26 0 0.2 286.67 0.35 0.69
Hex C0 96 CC 6 1A 0 14 11F 23 45
Octal 300 226 314 6 32 0 24 437 43 105
Binary 11000000 10010110 11001100 110 11010 0 10100 100011111 100011 1000101

Color Harmonies of #C096CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096CC

Black with #C096CC

Text Example


Text Example

White with #C096CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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