Html Css Color HEX #C07DDD Wisteria

📋 copy color: '#C07DDD'

red 192 ◦ green 125 ◦ blue 221

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

Shades of Wisteria #C07DDD

Tints of Wisteria #C07DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 35.69%
G = 23.23%
B = 41.08%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C07DDD (or 0xC07DDD) is known color: Wisteria. HEX triplet: C0, 7D and DD. RGB value is (192,125,221). Sum of RGB (Red+Green+Blue) = 192+125+221=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DDD is #3F8222. Grayscale: #9B9B9B. Windows color (decimal): -4162083 or 14515648. OLE color: 14515648.

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

Color convert

RGB 192 125 221 -
CMYK 0.13 0.43 0 0.13
HSL 281.88º 0.59% 0.68% -
HSV(B) 281.88º 0.43% 0.87% -
XYZ 42.12 31.09 72.19 -
YUV 155.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 192 125 221 0.13 0.43 0 0.13 281.88 0.59 0.68
Hex C0 7D DD D 2B 0 D 11A 3B 44
Octal 300 175 335 15 53 0 15 432 73 104
Binary 11000000 1111101 11011101 1101 101011 0 1101 100011010 111011 1000100

Color Harmonies of #C07DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DDD

Black with #C07DDD

Text Example


Text Example

White with #C07DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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