Html Css Color HEX #C07BE0 Wisteria

📋 copy color: '#C07BE0'

red 192 ◦ green 123 ◦ blue 224

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

Shades of Wisteria #C07BE0

Tints of Wisteria #C07BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 35.62%
G = 22.82%
B = 41.56%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C07BE0 (or 0xC07BE0) is known color: Wisteria. HEX triplet: C0, 7B and E0. RGB value is (192,123,224). Sum of RGB (Red+Green+Blue) = 192+123+224=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #C07BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BE0 is #3F841F. Grayscale: #9A9A9A. Windows color (decimal): -4162592 or 14711744. OLE color: 14711744.

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

Color convert

RGB 192 123 224 -
CMYK 0.14 0.45 0 0.12
HSL 280.99º 0.62% 0.68% -
HSV(B) 280.99º 0.45% 0.88% -
XYZ 42.28 30.75 74.23 -
YUV 155.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 192 123 224 0.14 0.45 0 0.12 280.99 0.62 0.68
Hex C0 7B E0 E 2D 0 C 119 3E 44
Octal 300 173 340 16 55 0 14 431 76 104
Binary 11000000 1111011 11100000 1110 101101 0 1100 100011001 111110 1000100

Color Harmonies of #C07BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BE0

Black with #C07BE0

Text Example


Text Example

White with #C07BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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