Html Css Color HEX #C08EDF Wisteria

📋 copy color: '#C08EDF'

red 192 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #C08EDF

Tints of Wisteria #C08EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

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

R = 34.47%
G = 25.49%
B = 40.04%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C08EDF (or 0xC08EDF) is known color: Wisteria. HEX triplet: C0, 8E and DF. RGB value is (192,142,223). Sum of RGB (Red+Green+Blue) = 192+142+223=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EDF is #3F7120. Grayscale: #A5A5A5. Windows color (decimal): -4157729 or 14651072. OLE color: 14651072.

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

Color convert

RGB 192 142 223 -
CMYK 0.14 0.36 0 0.13
HSL 277.04º 0.56% 0.72% -
HSV(B) 277.04º 0.36% 0.87% -
XYZ 44.73 35.88 74.38 -
YUV 166.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 192 142 223 0.14 0.36 0 0.13 277.04 0.56 0.72
Hex C0 8E DF E 24 0 D 115 38 48
Octal 300 216 337 16 44 0 15 425 70 110
Binary 11000000 10001110 11011111 1110 100100 0 1101 100010101 111000 1001000

Color Harmonies of #C08EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EDF

Black with #C08EDF

Text Example


Text Example

White with #C08EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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