Html Css Color HEX #C850FD Heliotrope

📋 copy color: '#C850FD'

red 200 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #C850FD

Tints of Heliotrope #C850FD

RGB

 RED value IS 200 (78.52% from 255) = 37.52%

 GREEN value IS 80 (31.64% from 255) = 15.01%

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

R = 37.52%
G = 15.01%
B = 47.47%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C850FD (or 0xC850FD) is known color: Heliotrope. HEX triplet: C8, 50 and FD. RGB value is (200,80,253). Sum of RGB (Red+Green+Blue) = 200+80+253=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C850FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850FD is #37AF02. Grayscale: #878787. Windows color (decimal): -3649283 or 16601288. OLE color: 16601288.

HSL color Cylindrical-coordinate representation of color #C850FD: hue angle of 281.62º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C850FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 80 253 -
CMYK 0.21 0.68 0 0.01
HSL 281.62º 0.98% 0.65% -
HSV(B) 281.62º 0.68% 0.99% -
XYZ 44.42 25.11 95.43 -
YUV 135.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 200 80 253 0.21 0.68 0 0.01 281.62 0.98 0.65
Hex C8 50 FD 15 44 0 1 11A 62 41
Octal 310 120 375 25 104 0 1 432 142 101
Binary 11001000 1010000 11111101 10101 1000100 0 1 100011010 1100010 1000001

Color Harmonies of #C850FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850FD

Black with #C850FD

Text Example


Text Example

White with #C850FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850FD; }

 p { color: rgb(200,80,253); }

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

background-color css

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

 a { background-color: rgb(200,80,253); }

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

border-color css

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

 span { border-color: rgb(200,80,253); }

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