Html Css Color HEX #C08ADF Wisteria

📋 copy color: '#C08ADF'

red 192 ◦ green 138 ◦ blue 223

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

Shades of Wisteria #C08ADF

Tints of Wisteria #C08ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

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

R = 34.72%
G = 24.95%
B = 40.33%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C08ADF (or 0xC08ADF) is known color: Wisteria. HEX triplet: C0, 8A and DF. RGB value is (192,138,223). Sum of RGB (Red+Green+Blue) = 192+138+223=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADF is #3F7520. Grayscale: #A3A3A3. Windows color (decimal): -4158753 or 14650048. OLE color: 14650048.

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

Color convert

RGB 192 138 223 -
CMYK 0.14 0.38 0 0.13
HSL 278.12º 0.57% 0.71% -
HSV(B) 278.12º 0.38% 0.87% -
XYZ 44.15 34.71 74.19 -
YUV 163.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 192 138 223 0.14 0.38 0 0.13 278.12 0.57 0.71
Hex C0 8A DF E 26 0 D 116 39 47
Octal 300 212 337 16 46 0 15 426 71 107
Binary 11000000 10001010 11011111 1110 100110 0 1101 100010110 111001 1000111

Color Harmonies of #C08ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ADF

Black with #C08ADF

Text Example


Text Example

White with #C08ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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