Html Css Color HEX #CD55FA Heliotrope

📋 copy color: '#CD55FA'

red 205 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #CD55FA

Tints of Heliotrope #CD55FA

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

 GREEN value IS 85 (33.59% from 255) = 15.74%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 37.96%
G = 15.74%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD55FA (or 0xCD55FA) is known color: Heliotrope. HEX triplet: CD, 55 and FA. RGB value is (205,85,250). Sum of RGB (Red+Green+Blue) = 205+85+250=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55FA is #32AA05. Grayscale: #8B8B8B. Windows color (decimal): -3320326 or 16405965. OLE color: 16405965.

HSL color Cylindrical-coordinate representation of color #CD55FA: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD55FA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 85 250 -
CMYK 0.18 0.66 0 0.02
HSL 283.64º 0.94% 0.66% -
HSV(B) 283.64º 0.66% 0.98% -
XYZ 45.68 26.38 93.13 -
YUV 139.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 205 85 250 0.18 0.66 0 0.02 283.64 0.94 0.66
Hex CD 55 FA 12 42 0 2 11C 5E 42
Octal 315 125 372 22 102 0 2 434 136 102
Binary 11001101 1010101 11111010 10010 1000010 0 10 100011100 1011110 1000010

Color Harmonies of #CD55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55FA

Black with #CD55FA

Text Example


Text Example

White with #CD55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55FA; }

 p { color: rgb(205,85,250); }

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

background-color css

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

 a { background-color: rgb(205,85,250); }

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

border-color css

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

 span { border-color: rgb(205,85,250); }

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