Html Css Color HEX #C07EDB Wisteria

📋 copy color: '#C07EDB'

red 192 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #C07EDB

Tints of Wisteria #C07EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 35.75%
G = 23.46%
B = 40.78%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C07EDB (or 0xC07EDB) is known color: Wisteria. HEX triplet: C0, 7E and DB. RGB value is (192,126,219). Sum of RGB (Red+Green+Blue) = 192+126+219=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C07EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EDB is #3F8124. Grayscale: #9C9C9C. Windows color (decimal): -4161829 or 14384832. OLE color: 14384832.

HSL color Cylindrical-coordinate representation of color #C07EDB: hue angle of 282.58º degrees, saturation: 0.56, 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 #C07EDB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 126 219 -
CMYK 0.12 0.42 0 0.14
HSL 282.58º 0.56% 0.68% -
HSV(B) 282.58º 0.42% 0.86% -
XYZ 41.99 31.24 70.84 -
YUV 156.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 192 126 219 0.12 0.42 0 0.14 282.58 0.56 0.68
Hex C0 7E DB C 2A 0 E 11B 38 44
Octal 300 176 333 14 52 0 16 433 70 104
Binary 11000000 1111110 11011011 1100 101010 0 1110 100011011 111000 1000100

Color Harmonies of #C07EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EDB

Black with #C07EDB

Text Example


Text Example

White with #C07EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EDB; }

 p { color: rgb(192,126,219); }

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

background-color css

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

 a { background-color: rgb(192,126,219); }

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

border-color css

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

 span { border-color: rgb(192,126,219); }

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