Html Css Color HEX #C07ADD Wisteria

📋 copy color: '#C07ADD'

red 192 ◦ green 122 ◦ blue 221

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

Shades of Wisteria #C07ADD

Tints of Wisteria #C07ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.8%

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

R = 35.89%
G = 22.8%
B = 41.31%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C07ADD (or 0xC07ADD) is known color: Wisteria. HEX triplet: C0, 7A and DD. RGB value is (192,122,221). Sum of RGB (Red+Green+Blue) = 192+122+221=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADD is #3F8522. Grayscale: #999999. Windows color (decimal): -4162851 or 14514880. OLE color: 14514880.

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

Color convert

RGB 192 122 221 -
CMYK 0.13 0.45 0 0.13
HSL 282.42º 0.59% 0.67% -
HSV(B) 282.42º 0.45% 0.87% -
XYZ 41.75 30.35 72.06 -
YUV 154.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 192 122 221 0.13 0.45 0 0.13 282.42 0.59 0.67
Hex C0 7A DD D 2D 0 D 11A 3B 43
Octal 300 172 335 15 55 0 15 432 73 103
Binary 11000000 1111010 11011101 1101 101101 0 1101 100011010 111011 1000011

Color Harmonies of #C07ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ADD

Black with #C07ADD

Text Example


Text Example

White with #C07ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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