Html Css Color HEX #C08AFF Wisteria

📋 copy color: '#C08AFF'

red 192 ◦ green 138 ◦ blue 255

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

Shades of Wisteria #C08AFF

Tints of Wisteria #C08AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 32.82%
G = 23.59%
B = 43.59%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C08AFF (or 0xC08AFF) is known color: Wisteria. HEX triplet: C0, 8A and FF. RGB value is (192,138,255). Sum of RGB (Red+Green+Blue) = 192+138+255=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AFF is #3F7500. Grayscale: #A7A7A7. Windows color (decimal): -4158721 or 16747200. OLE color: 16747200.

HSL color Cylindrical-coordinate representation of color #C08AFF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08AFF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 138 255 -
CMYK 0.25 0.46 0 0
HSL 267.69º 1% 0.77% -
HSV(B) 267.69º 0.46% 1% -
XYZ 48.88 36.6 99.1 -
YUV 167.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 192 138 255 0.25 0.46 0 0 267.69 1 0.77
Hex C0 8A FF 19 2E 0 0 10C 64 4D
Octal 300 212 377 31 56 0 0 414 144 115
Binary 11000000 10001010 11111111 11001 101110 0 0 100001100 1100100 1001101

Color Harmonies of #C08AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AFF

Black with #C08AFF

Text Example


Text Example

White with #C08AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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