Html Css Color HEX #C08CEF Wisteria

📋 copy color: '#C08CEF'

red 192 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #C08CEF

Tints of Wisteria #C08CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.52%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 33.63%
G = 24.52%
B = 41.86%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C08CEF (or 0xC08CEF) is known color: Wisteria. HEX triplet: C0, 8C and EF. RGB value is (192,140,239). Sum of RGB (Red+Green+Blue) = 192+140+239=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C08CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CEF is #3F7310. Grayscale: #A6A6A6. Windows color (decimal): -4158225 or 15699136. OLE color: 15699136.

HSL color Cylindrical-coordinate representation of color #C08CEF: hue angle of 271.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08CEF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 140 239 -
CMYK 0.20 0.41 0 0.06
HSL 271.52º 0.76% 0.74% -
HSV(B) 271.52º 0.41% 0.94% -
XYZ 46.7 36.19 86.19 -
YUV 166.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 192 140 239 0.20 0.41 0 0.06 271.52 0.76 0.74
Hex C0 8C EF 14 29 0 6 110 4C 4A
Octal 300 214 357 24 51 0 6 420 114 112
Binary 11000000 10001100 11101111 10100 101001 0 110 100010000 1001100 1001010

Color Harmonies of #C08CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CEF

Black with #C08CEF

Text Example


Text Example

White with #C08CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CEF; }

 p { color: rgb(192,140,239); }

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

background-color css

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

 a { background-color: rgb(192,140,239); }

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

border-color css

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

 span { border-color: rgb(192,140,239); }

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