Html Css Color HEX #C07DE0 Wisteria

📋 copy color: '#C07DE0'

red 192 ◦ green 125 ◦ blue 224

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

Shades of Wisteria #C07DE0

Tints of Wisteria #C07DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 35.49%
G = 23.11%
B = 41.4%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C07DE0 (or 0xC07DE0) is known color: Wisteria. HEX triplet: C0, 7D and E0. RGB value is (192,125,224). Sum of RGB (Red+Green+Blue) = 192+125+224=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C07DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DE0 is #3F821F. Grayscale: #9B9B9B. Windows color (decimal): -4162080 or 14712256. OLE color: 14712256.

HSL color Cylindrical-coordinate representation of color #C07DE0: hue angle of 280.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07DE0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 125 224 -
CMYK 0.14 0.44 0 0.12
HSL 280.61º 0.61% 0.68% -
HSV(B) 280.61º 0.44% 0.88% -
XYZ 42.53 31.26 74.31 -
YUV 156.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 192 125 224 0.14 0.44 0 0.12 280.61 0.61 0.68
Hex C0 7D E0 E 2C 0 C 119 3D 44
Octal 300 175 340 16 54 0 14 431 75 104
Binary 11000000 1111101 11100000 1110 101100 0 1100 100011001 111101 1000100

Color Harmonies of #C07DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DE0

Black with #C07DE0

Text Example


Text Example

White with #C07DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DE0; }

 p { color: rgb(192,125,224); }

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

background-color css

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

 a { background-color: rgb(192,125,224); }

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

border-color css

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

 span { border-color: rgb(192,125,224); }

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