Html Css Color HEX #C285ED Wisteria

📋 copy color: '#C285ED'

red 194 ◦ green 133 ◦ blue 237

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

Shades of Wisteria #C285ED

Tints of Wisteria #C285ED

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

 GREEN value IS 133 (52.34% from 255) = 23.58%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 34.4%
G = 23.58%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C285ED (or 0xC285ED) is known color: Wisteria. HEX triplet: C2, 85 and ED. RGB value is (194,133,237). Sum of RGB (Red+Green+Blue) = 194+133+237=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C285ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285ED is #3D7A12. Grayscale: #A2A2A2. Windows color (decimal): -4028947 or 15566274. OLE color: 15566274.

HSL color Cylindrical-coordinate representation of color #C285ED: hue angle of 275.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C285ED is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 133 237 -
CMYK 0.18 0.44 0 0.07
HSL 275.19º 0.74% 0.73% -
HSV(B) 275.19º 0.44% 0.93% -
XYZ 45.92 34.36 84.33 -
YUV 163.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 194 133 237 0.18 0.44 0 0.07 275.19 0.74 0.73
Hex C2 85 ED 12 2C 0 7 113 4A 49
Octal 302 205 355 22 54 0 7 423 112 111
Binary 11000010 10000101 11101101 10010 101100 0 111 100010011 1001010 1001001

Color Harmonies of #C285ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285ED

Black with #C285ED

Text Example


Text Example

White with #C285ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285ED; }

 p { color: rgb(194,133,237); }

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

background-color css

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

 a { background-color: rgb(194,133,237); }

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

border-color css

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

 span { border-color: rgb(194,133,237); }

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