Html Css Color HEX #C07EDE Wisteria

📋 copy color: '#C07EDE'

red 192 ◦ green 126 ◦ blue 222

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

Shades of Wisteria #C07EDE

Tints of Wisteria #C07EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 35.56%
G = 23.33%
B = 41.11%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C07EDE (or 0xC07EDE) is known color: Wisteria. HEX triplet: C0, 7E and DE. RGB value is (192,126,222). Sum of RGB (Red+Green+Blue) = 192+126+222=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #C07EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EDE is #3F8121. Grayscale: #9C9C9C. Windows color (decimal): -4161826 or 14581440. OLE color: 14581440.

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

Color convert

RGB 192 126 222 -
CMYK 0.14 0.43 0 0.13
HSL 281.25º 0.59% 0.68% -
HSV(B) 281.25º 0.43% 0.87% -
XYZ 42.38 31.4 72.93 -
YUV 156.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 192 126 222 0.14 0.43 0 0.13 281.25 0.59 0.68
Hex C0 7E DE E 2B 0 D 119 3B 44
Octal 300 176 336 16 53 0 15 431 73 104
Binary 11000000 1111110 11011110 1110 101011 0 1101 100011001 111011 1000100

Color Harmonies of #C07EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07EDE

Black with #C07EDE

Text Example


Text Example

White with #C07EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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