Html Css Color HEX #C08EFA Wisteria

📋 copy color: '#C08EFA'

red 192 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C08EFA

Tints of Wisteria #C08EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.32%

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 32.88%
G = 24.32%
B = 42.81%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C08EFA (or 0xC08EFA) is known color: Wisteria. HEX triplet: C0, 8E and FA. RGB value is (192,142,250). Sum of RGB (Red+Green+Blue) = 192+142+250=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C08EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EFA is #3F7105. Grayscale: #A8A8A8. Windows color (decimal): -4157702 or 16420544. OLE color: 16420544.

HSL color Cylindrical-coordinate representation of color #C08EFA: hue angle of 267.78º degrees, saturation: 0.92, 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 #C08EFA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 142 250 -
CMYK 0.23 0.43 0 0.02
HSL 267.78º 0.92% 0.77% -
HSV(B) 267.78º 0.43% 0.98% -
XYZ 48.67 37.45 95.11 -
YUV 169.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 192 142 250 0.23 0.43 0 0.02 267.78 0.92 0.77
Hex C0 8E FA 17 2B 0 2 10C 5C 4D
Octal 300 216 372 27 53 0 2 414 134 115
Binary 11000000 10001110 11111010 10111 101011 0 10 100001100 1011100 1001101

Color Harmonies of #C08EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EFA

Black with #C08EFA

Text Example


Text Example

White with #C08EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EFA; }

 p { color: rgb(192,142,250); }

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

background-color css

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

 a { background-color: rgb(192,142,250); }

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

border-color css

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

 span { border-color: rgb(192,142,250); }

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