Html Css Color HEX #C07CDB Wisteria

📋 copy color: '#C07CDB'

red 192 ◦ green 124 ◦ blue 219

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

Shades of Wisteria #C07CDB

Tints of Wisteria #C07CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 35.89%
G = 23.18%
B = 40.93%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C07CDB (or 0xC07CDB) is known color: Wisteria. HEX triplet: C0, 7C and DB. RGB value is (192,124,219). Sum of RGB (Red+Green+Blue) = 192+124+219=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C07CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CDB is #3F8324. Grayscale: #9A9A9A. Windows color (decimal): -4162341 or 14384320. OLE color: 14384320.

HSL color Cylindrical-coordinate representation of color #C07CDB: hue angle of 282.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07CDB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 124 219 -
CMYK 0.12 0.43 0 0.14
HSL 282.95º 0.57% 0.67% -
HSV(B) 282.95º 0.43% 0.86% -
XYZ 41.73 30.74 70.75 -
YUV 155.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 192 124 219 0.12 0.43 0 0.14 282.95 0.57 0.67
Hex C0 7C DB C 2B 0 E 11B 39 43
Octal 300 174 333 14 53 0 16 433 71 103
Binary 11000000 1111100 11011011 1100 101011 0 1110 100011011 111001 1000011

Color Harmonies of #C07CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CDB

Black with #C07CDB

Text Example


Text Example

White with #C07CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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