Html Css Color HEX #C07FDC Wisteria

📋 copy color: '#C07FDC'

red 192 ◦ green 127 ◦ blue 220

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

Shades of Wisteria #C07FDC

Tints of Wisteria #C07FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 35.62%
G = 23.56%
B = 40.82%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C07FDC (or 0xC07FDC) is known color: Wisteria. HEX triplet: C0, 7F and DC. RGB value is (192,127,220). Sum of RGB (Red+Green+Blue) = 192+127+220=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C07FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDC is #3F8023. Grayscale: #9C9C9C. Windows color (decimal): -4161572 or 14450624. OLE color: 14450624.

HSL color Cylindrical-coordinate representation of color #C07FDC: hue angle of 281.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07FDC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 127 220 -
CMYK 0.13 0.42 0 0.14
HSL 281.94º 0.57% 0.68% -
HSV(B) 281.94º 0.42% 0.86% -
XYZ 42.25 31.55 71.57 -
YUV 157.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 192 127 220 0.13 0.42 0 0.14 281.94 0.57 0.68
Hex C0 7F DC D 2A 0 E 11A 39 44
Octal 300 177 334 15 52 0 16 432 71 104
Binary 11000000 1111111 11011100 1101 101010 0 1110 100011010 111001 1000100

Color Harmonies of #C07FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FDC

Black with #C07FDC

Text Example


Text Example

White with #C07FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FDC; }

 p { color: rgb(192,127,220); }

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

background-color css

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

 a { background-color: rgb(192,127,220); }

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

border-color css

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

 span { border-color: rgb(192,127,220); }

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