Html Css Color HEX #C08FEB Wisteria

📋 copy color: '#C08FEB'

red 192 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #C08FEB

Tints of Wisteria #C08FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

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

R = 33.68%
G = 25.09%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C08FEB (or 0xC08FEB) is known color: Wisteria. HEX triplet: C0, 8F and EB. RGB value is (192,143,235). Sum of RGB (Red+Green+Blue) = 192+143+235=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FEB is #3F7014. Grayscale: #A7A7A7. Windows color (decimal): -4157461 or 15437760. OLE color: 15437760.

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

Color convert

RGB 192 143 235 -
CMYK 0.18 0.39 0 0.08
HSL 271.96º 0.7% 0.74% -
HSV(B) 271.96º 0.39% 0.92% -
XYZ 46.56 36.85 83.26 -
YUV 168.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 192 143 235 0.18 0.39 0 0.08 271.96 0.7 0.74
Hex C0 8F EB 12 27 0 8 110 46 4A
Octal 300 217 353 22 47 0 10 420 106 112
Binary 11000000 10001111 11101011 10010 100111 0 1000 100010000 1000110 1001010

Color Harmonies of #C08FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FEB

Black with #C08FEB

Text Example


Text Example

White with #C08FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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