Html Css Color HEX #D55CED Heliotrope

📋 copy color: '#D55CED'

red 213 ◦ green 92 ◦ blue 237

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

Shades of Heliotrope #D55CED

Tints of Heliotrope #D55CED

RGB

 RED value IS 213 (83.59% from 255) = 39.3%

 GREEN value IS 92 (36.33% from 255) = 16.97%

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 39.3%
G = 16.97%
B = 43.73%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D55CED (or 0xD55CED) is known color: Heliotrope. HEX triplet: D5, 5C and ED. RGB value is (213,92,237). Sum of RGB (Red+Green+Blue) = 213+92+237=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #D55CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CED is #2AA312. Grayscale: #909090. Windows color (decimal): -2794259 or 15555797. OLE color: 15555797.

HSL color Cylindrical-coordinate representation of color #D55CED: hue angle of 290.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55CED is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 92 237 -
CMYK 0.10 0.61 0 0.07
HSL 290.07º 0.8% 0.65% -
HSV(B) 290.07º 0.61% 0.93% -
XYZ 46.55 27.91 83.06 -
YUV 144.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 213 92 237 0.10 0.61 0 0.07 290.07 0.8 0.65
Hex D5 5C ED A 3D 0 7 122 50 41
Octal 325 134 355 12 75 0 7 442 120 101
Binary 11010101 1011100 11101101 1010 111101 0 111 100100010 1010000 1000001

Color Harmonies of #D55CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CED

Black with #D55CED

Text Example


Text Example

White with #D55CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CED; }

 p { color: rgb(213,92,237); }

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

background-color css

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

 a { background-color: rgb(213,92,237); }

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

border-color css

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

 span { border-color: rgb(213,92,237); }

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