Html Css Color HEX #C07DDB Wisteria

📋 copy color: '#C07DDB'

red 192 ◦ green 125 ◦ blue 219

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

Shades of Wisteria #C07DDB

Tints of Wisteria #C07DDB

RGB

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

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

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

R = 35.82%
G = 23.32%
B = 40.86%

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

#C07DDB (or 0xC07DDB) is known color: Wisteria. HEX triplet: C0, 7D and DB. RGB value is (192,125,219). Sum of RGB (Red+Green+Blue) = 192+125+219=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C07DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DDB is #3F8224. Grayscale: #9B9B9B. Windows color (decimal): -4162085 or 14384576. OLE color: 14384576.

HSL color Cylindrical-coordinate representation of color #C07DDB: hue angle of 282.77º 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 #C07DDB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 125 219 -
CMYK 0.12 0.43 0 0.14
HSL 282.77º 0.57% 0.67% -
HSV(B) 282.77º 0.43% 0.86% -
XYZ 41.86 30.99 70.79 -
YUV 155.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 192 125 219 0.12 0.43 0 0.14 282.77 0.57 0.67
Hex C0 7D DB C 2B 0 E 11B 39 43
Octal 300 175 333 14 53 0 16 433 71 103
Binary 11000000 1111101 11011011 1100 101011 0 1110 100011011 111001 1000011

Color Harmonies of #C07DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DDB

Black with #C07DDB

Text Example


Text Example

White with #C07DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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