Html Css Color HEX #C07DDF Wisteria

📋 copy color: '#C07DDF'

red 192 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #C07DDF

Tints of Wisteria #C07DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 35.56%
G = 23.15%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C07DDF (or 0xC07DDF) is known color: Wisteria. HEX triplet: C0, 7D and DF. RGB value is (192,125,223). Sum of RGB (Red+Green+Blue) = 192+125+223=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C07DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DDF is #3F8220. Grayscale: #9B9B9B. Windows color (decimal): -4162081 or 14646720. OLE color: 14646720.

HSL color Cylindrical-coordinate representation of color #C07DDF: hue angle of 281.02º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07DDF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 125 223 -
CMYK 0.14 0.44 0 0.13
HSL 281.02º 0.6% 0.68% -
HSV(B) 281.02º 0.44% 0.87% -
XYZ 42.39 31.2 73.6 -
YUV 156.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 192 125 223 0.14 0.44 0 0.13 281.02 0.6 0.68
Hex C0 7D DF E 2C 0 D 119 3C 44
Octal 300 175 337 16 54 0 15 431 74 104
Binary 11000000 1111101 11011111 1110 101100 0 1101 100011001 111100 1000100

Color Harmonies of #C07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DDF

Black with #C07DDF

Text Example


Text Example

White with #C07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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