Html Css Color HEX #C07FDA Wisteria

📋 copy color: '#C07FDA'

red 192 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #C07FDA

Tints of Wisteria #C07FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 35.75%
G = 23.65%
B = 40.6%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C07FDA (or 0xC07FDA) is known color: Wisteria. HEX triplet: C0, 7F and DA. RGB value is (192,127,218). Sum of RGB (Red+Green+Blue) = 192+127+218=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C07FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDA is #3F8025. Grayscale: #9C9C9C. Windows color (decimal): -4161574 or 14319552. OLE color: 14319552.

HSL color Cylindrical-coordinate representation of color #C07FDA: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07FDA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 127 218 -
CMYK 0.12 0.42 0 0.15
HSL 282.86º 0.55% 0.68% -
HSV(B) 282.86º 0.42% 0.85% -
XYZ 41.98 31.45 70.19 -
YUV 156.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 192 127 218 0.12 0.42 0 0.15 282.86 0.55 0.68
Hex C0 7F DA C 2A 0 F 11B 37 44
Octal 300 177 332 14 52 0 17 433 67 104
Binary 11000000 1111111 11011010 1100 101010 0 1111 100011011 110111 1000100

Color Harmonies of #C07FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FDA

Black with #C07FDA

Text Example


Text Example

White with #C07FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FDA; }

 p { color: rgb(192,127,218); }

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

background-color css

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

 a { background-color: rgb(192,127,218); }

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

border-color css

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

 span { border-color: rgb(192,127,218); }

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