Html Css Color HEX #C07BE2 Wisteria

📋 copy color: '#C07BE2'

red 192 ◦ green 123 ◦ blue 226

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

Shades of Wisteria #C07BE2

Tints of Wisteria #C07BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 35.49%
G = 22.74%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C07BE2 (or 0xC07BE2) is known color: Wisteria. HEX triplet: C0, 7B and E2. RGB value is (192,123,226). Sum of RGB (Red+Green+Blue) = 192+123+226=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #C07BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BE2 is #3F841D. Grayscale: #9B9B9B. Windows color (decimal): -4162590 or 14842816. OLE color: 14842816.

HSL color Cylindrical-coordinate representation of color #C07BE2: hue angle of 280.19º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07BE2 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 123 226 -
CMYK 0.15 0.46 0 0.11
HSL 280.19º 0.64% 0.68% -
HSV(B) 280.19º 0.46% 0.89% -
XYZ 42.55 30.86 75.67 -
YUV 155.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 192 123 226 0.15 0.46 0 0.11 280.19 0.64 0.68
Hex C0 7B E2 F 2E 0 B 118 40 44
Octal 300 173 342 17 56 0 13 430 100 104
Binary 11000000 1111011 11100010 1111 101110 0 1011 100011000 1000000 1000100

Color Harmonies of #C07BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BE2

Black with #C07BE2

Text Example


Text Example

White with #C07BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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