Html Css Color HEX #C18BE4 Wisteria

📋 copy color: '#C18BE4'

red 193 ◦ green 139 ◦ blue 228

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

Shades of Wisteria #C18BE4

Tints of Wisteria #C18BE4

RGB

 RED value IS 193 (75.78% from 255) = 34.46%

 GREEN value IS 139 (54.69% from 255) = 24.82%

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 34.46%
G = 24.82%
B = 40.71%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C18BE4 (or 0xC18BE4) is known color: Wisteria. HEX triplet: C1, 8B and E4. RGB value is (193,139,228). Sum of RGB (Red+Green+Blue) = 193+139+228=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C18BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BE4 is #3E741B. Grayscale: #A4A4A4. Windows color (decimal): -4092956 or 14977985. OLE color: 14977985.

HSL color Cylindrical-coordinate representation of color #C18BE4: hue angle of 276.4º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18BE4 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 139 228 -
CMYK 0.15 0.39 0 0.11
HSL 276.4º 0.62% 0.72% -
HSV(B) 276.4º 0.39% 0.89% -
XYZ 45.23 35.4 77.85 -
YUV 165.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 193 139 228 0.15 0.39 0 0.11 276.4 0.62 0.72
Hex C1 8B E4 F 27 0 B 114 3E 48
Octal 301 213 344 17 47 0 13 424 76 110
Binary 11000001 10001011 11100100 1111 100111 0 1011 100010100 111110 1001000

Color Harmonies of #C18BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BE4

Black with #C18BE4

Text Example


Text Example

White with #C18BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BE4; }

 p { color: rgb(193,139,228); }

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

background-color css

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

 a { background-color: rgb(193,139,228); }

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

border-color css

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

 span { border-color: rgb(193,139,228); }

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