Html Css Color HEX #C85FFD Heliotrope

📋 copy color: '#C85FFD'

red 200 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #C85FFD

Tints of Heliotrope #C85FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.34%

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

R = 36.5%
G = 17.34%
B = 46.17%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C85FFD (or 0xC85FFD) is known color: Heliotrope. HEX triplet: C8, 5F and FD. RGB value is (200,95,253). Sum of RGB (Red+Green+Blue) = 200+95+253=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FFD is #37A002. Grayscale: #8F8F8F. Windows color (decimal): -3645443 or 16605128. OLE color: 16605128.

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

Color convert

RGB 200 95 253 -
CMYK 0.21 0.62 0 0.01
HSL 279.87º 0.98% 0.68% -
HSV(B) 279.87º 0.62% 0.99% -
XYZ 45.64 27.56 95.84 -
YUV 144.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 200 95 253 0.21 0.62 0 0.01 279.87 0.98 0.68
Hex C8 5F FD 15 3E 0 1 118 62 44
Octal 310 137 375 25 76 0 1 430 142 104
Binary 11001000 1011111 11111101 10101 111110 0 1 100011000 1100010 1000100

Color Harmonies of #C85FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FFD

Black with #C85FFD

Text Example


Text Example

White with #C85FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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