Html Css Color HEX #C07DEB Wisteria

📋 copy color: '#C07DEB'

red 192 ◦ green 125 ◦ blue 235

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

Shades of Wisteria #C07DEB

Tints of Wisteria #C07DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 34.78%
G = 22.64%
B = 42.57%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C07DEB (or 0xC07DEB) is known color: Wisteria. HEX triplet: C0, 7D and EB. RGB value is (192,125,235). Sum of RGB (Red+Green+Blue) = 192+125+235=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #C07DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DEB is #3F8214. Grayscale: #9D9D9D. Windows color (decimal): -4162069 or 15433152. OLE color: 15433152.

HSL color Cylindrical-coordinate representation of color #C07DEB: hue angle of 276.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07DEB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 125 235 -
CMYK 0.18 0.47 0 0.08
HSL 276.55º 0.73% 0.71% -
HSV(B) 276.55º 0.47% 0.92% -
XYZ 44.07 31.87 82.43 -
YUV 157.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 192 125 235 0.18 0.47 0 0.08 276.55 0.73 0.71
Hex C0 7D EB 12 2F 0 8 115 49 47
Octal 300 175 353 22 57 0 10 425 111 107
Binary 11000000 1111101 11101011 10010 101111 0 1000 100010101 1001001 1000111

Color Harmonies of #C07DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07DEB

Black with #C07DEB

Text Example


Text Example

White with #C07DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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