Html Css Color HEX #C08ADE Wisteria

📋 copy color: '#C08ADE'

red 192 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #C08ADE

Tints of Wisteria #C08ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 34.78%
G = 25%
B = 40.22%

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

#C08ADE (or 0xC08ADE) is known color: Wisteria. HEX triplet: C0, 8A and DE. RGB value is (192,138,222). Sum of RGB (Red+Green+Blue) = 192+138+222=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C08ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADE is #3F7521. Grayscale: #A3A3A3. Windows color (decimal): -4158754 or 14584512. OLE color: 14584512.

HSL color Cylindrical-coordinate representation of color #C08ADE: hue angle of 278.57º degrees, saturation: 0.56, 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 #C08ADE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 138 222 -
CMYK 0.14 0.38 0 0.13
HSL 278.57º 0.56% 0.71% -
HSV(B) 278.57º 0.38% 0.87% -
XYZ 44.01 34.66 73.48 -
YUV 163.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 192 138 222 0.14 0.38 0 0.13 278.57 0.56 0.71
Hex C0 8A DE E 26 0 D 117 38 47
Octal 300 212 336 16 46 0 15 427 70 107
Binary 11000000 10001010 11011110 1110 100110 0 1101 100010111 111000 1000111

Color Harmonies of #C08ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ADE

Black with #C08ADE

Text Example


Text Example

White with #C08ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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