Html Css Color HEX #C285DA Wisteria

📋 copy color: '#C285DA'

red 194 ◦ green 133 ◦ blue 218

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

Shades of Wisteria #C285DA

Tints of Wisteria #C285DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 35.6%
G = 24.4%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C285DA (or 0xC285DA) is known color: Wisteria. HEX triplet: C2, 85 and DA. RGB value is (194,133,218). Sum of RGB (Red+Green+Blue) = 194+133+218=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C285DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DA is #3D7A25. Grayscale: #A0A0A0. Windows color (decimal): -4028966 or 14321090. OLE color: 14321090.

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

Color convert

RGB 194 133 218 -
CMYK 0.11 0.39 0 0.15
HSL 283.06º 0.53% 0.69% -
HSV(B) 283.06º 0.39% 0.85% -
XYZ 43.29 33.31 70.48 -
YUV 160.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 194 133 218 0.11 0.39 0 0.15 283.06 0.53 0.69
Hex C2 85 DA B 27 0 F 11B 35 45
Octal 302 205 332 13 47 0 17 433 65 105
Binary 11000010 10000101 11011010 1011 100111 0 1111 100011011 110101 1000101

Color Harmonies of #C285DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285DA

Black with #C285DA

Text Example


Text Example

White with #C285DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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