Html Css Color HEX #CD71EC Heliotrope

📋 copy color: '#CD71EC'

red 205 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #CD71EC

Tints of Heliotrope #CD71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.4%

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 37%
G = 20.4%
B = 42.6%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD71EC (or 0xCD71EC) is known color: Heliotrope. HEX triplet: CD, 71 and EC. RGB value is (205,113,236). Sum of RGB (Red+Green+Blue) = 205+113+236=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD71EC is #328E13. Grayscale: #9A9A9A. Windows color (decimal): -3313172 or 15495629. OLE color: 15495629.

HSL color Cylindrical-coordinate representation of color #CD71EC: hue angle of 284.88º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD71EC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 113 236 -
CMYK 0.13 0.52 0 0.07
HSL 284.88º 0.76% 0.68% -
HSV(B) 284.88º 0.52% 0.93% -
XYZ 46.22 30.85 82.87 -
YUV 154.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 205 113 236 0.13 0.52 0 0.07 284.88 0.76 0.68
Hex CD 71 EC D 34 0 7 11D 4C 44
Octal 315 161 354 15 64 0 7 435 114 104
Binary 11001101 1110001 11101100 1101 110100 0 111 100011101 1001100 1000100

Color Harmonies of #CD71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD71EC

Black with #CD71EC

Text Example


Text Example

White with #CD71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD71EC; }

 p { color: rgb(205,113,236); }

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

background-color css

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

 a { background-color: rgb(205,113,236); }

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

border-color css

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

 span { border-color: rgb(205,113,236); }

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