Html Css Color HEX #C18CE4 Wisteria

📋 copy color: '#C18CE4'

red 193 ◦ green 140 ◦ blue 228

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

Shades of Wisteria #C18CE4

Tints of Wisteria #C18CE4

RGB

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

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

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

R = 34.4%
G = 24.96%
B = 40.64%

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

#C18CE4 (or 0xC18CE4) is known color: Wisteria. HEX triplet: C1, 8C and E4. RGB value is (193,140,228). Sum of RGB (Red+Green+Blue) = 193+140+228=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #C18CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CE4 is #3E731B. Grayscale: #A5A5A5. Windows color (decimal): -4092700 or 14978241. OLE color: 14978241.

HSL color Cylindrical-coordinate representation of color #C18CE4: hue angle of 276.14º 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 #C18CE4 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 140 228 -
CMYK 0.15 0.39 0 0.11
HSL 276.14º 0.62% 0.72% -
HSV(B) 276.14º 0.39% 0.89% -
XYZ 45.37 35.7 77.9 -
YUV 165.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 193 140 228 0.15 0.39 0 0.11 276.14 0.62 0.72
Hex C1 8C E4 F 27 0 B 114 3E 48
Octal 301 214 344 17 47 0 13 424 76 110
Binary 11000001 10001100 11100100 1111 100111 0 1011 100010100 111110 1001000

Color Harmonies of #C18CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CE4

Black with #C18CE4

Text Example


Text Example

White with #C18CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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