Html Css Color HEX #C285FD Heliotrope

📋 copy color: '#C285FD'

red 194 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #C285FD

Tints of Heliotrope #C285FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 33.45%
G = 22.93%
B = 43.62%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C285FD (or 0xC285FD) is known color: Heliotrope. HEX triplet: C2, 85 and FD. RGB value is (194,133,253). Sum of RGB (Red+Green+Blue) = 194+133+253=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #C285FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285FD is #3D7A02. Grayscale: #A4A4A4. Windows color (decimal): -4028931 or 16614850. OLE color: 16614850.

HSL color Cylindrical-coordinate representation of color #C285FD: hue angle of 270.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C285FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 133 253 -
CMYK 0.23 0.47 0 0.01
HSL 270.5º 0.97% 0.76% -
HSV(B) 270.5º 0.47% 0.99% -
XYZ 48.37 35.34 97.2 -
YUV 164.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 194 133 253 0.23 0.47 0 0.01 270.5 0.97 0.76
Hex C2 85 FD 17 2F 0 1 10E 61 4C
Octal 302 205 375 27 57 0 1 416 141 114
Binary 11000010 10000101 11111101 10111 101111 0 1 100001110 1100001 1001100

Color Harmonies of #C285FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285FD

Black with #C285FD

Text Example


Text Example

White with #C285FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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