Html Css Color HEX #C07CE1 Wisteria

📋 copy color: '#C07CE1'

red 192 ◦ green 124 ◦ blue 225

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

Shades of Wisteria #C07CE1

Tints of Wisteria #C07CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 35.49%
G = 22.92%
B = 41.59%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C07CE1 (or 0xC07CE1) is known color: Wisteria. HEX triplet: C0, 7C and E1. RGB value is (192,124,225). Sum of RGB (Red+Green+Blue) = 192+124+225=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #C07CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CE1 is #3F831E. Grayscale: #9B9B9B. Windows color (decimal): -4162335 or 14777536. OLE color: 14777536.

HSL color Cylindrical-coordinate representation of color #C07CE1: hue angle of 280.4º degrees, saturation: 0.63, 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 #C07CE1 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 124 225 -
CMYK 0.15 0.45 0 0.12
HSL 280.4º 0.63% 0.68% -
HSV(B) 280.4º 0.45% 0.88% -
XYZ 42.54 31.06 74.99 -
YUV 155.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 192 124 225 0.15 0.45 0 0.12 280.4 0.63 0.68
Hex C0 7C E1 F 2D 0 C 118 3F 44
Octal 300 174 341 17 55 0 14 430 77 104
Binary 11000000 1111100 11100001 1111 101101 0 1100 100011000 111111 1000100

Color Harmonies of #C07CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CE1

Black with #C07CE1

Text Example


Text Example

White with #C07CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CE1; }

 p { color: rgb(192,124,225); }

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

background-color css

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

 a { background-color: rgb(192,124,225); }

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

border-color css

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

 span { border-color: rgb(192,124,225); }

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