Html Css Color HEX #C08FFB Wisteria

📋 copy color: '#C08FFB'

red 192 ◦ green 143 ◦ blue 251

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

Shades of Wisteria #C08FFB

Tints of Wisteria #C08FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 32.76%
G = 24.4%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C08FFB (or 0xC08FFB) is known color: Wisteria. HEX triplet: C0, 8F and FB. RGB value is (192,143,251). Sum of RGB (Red+Green+Blue) = 192+143+251=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FFB is #3F7004. Grayscale: #A9A9A9. Windows color (decimal): -4157445 or 16486336. OLE color: 16486336.

HSL color Cylindrical-coordinate representation of color #C08FFB: hue angle of 267.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08FFB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 143 251 -
CMYK 0.24 0.43 0 0.02
HSL 267.22º 0.93% 0.77% -
HSV(B) 267.22º 0.43% 0.98% -
XYZ 48.97 37.82 95.98 -
YUV 169.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 192 143 251 0.24 0.43 0 0.02 267.22 0.93 0.77
Hex C0 8F FB 18 2B 0 2 10B 5D 4D
Octal 300 217 373 30 53 0 2 413 135 115
Binary 11000000 10001111 11111011 11000 101011 0 10 100001011 1011101 1001101

Color Harmonies of #C08FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FFB

Black with #C08FFB

Text Example


Text Example

White with #C08FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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