Html Css Color HEX #CD70EC Heliotrope

📋 copy color: '#CD70EC'

red 205 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #CD70EC

Tints of Heliotrope #CD70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.25%

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

R = 37.07%
G = 20.25%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD70EC (or 0xCD70EC) is known color: Heliotrope. HEX triplet: CD, 70 and EC. RGB value is (205,112,236). Sum of RGB (Red+Green+Blue) = 205+112+236=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70EC is #328F13. Grayscale: #999999. Windows color (decimal): -3313428 or 15495373. OLE color: 15495373.

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

Color convert

RGB 205 112 236 -
CMYK 0.13 0.53 0 0.07
HSL 285º 0.77% 0.68% -
HSV(B) 285º 0.53% 0.93% -
XYZ 46.11 30.62 82.84 -
YUV 153.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 205 112 236 0.13 0.53 0 0.07 285 0.77 0.68
Hex CD 70 EC D 35 0 7 11D 4D 44
Octal 315 160 354 15 65 0 7 435 115 104
Binary 11001101 1110000 11101100 1101 110101 0 111 100011101 1001101 1000100

Color Harmonies of #CD70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70EC

Black with #CD70EC

Text Example


Text Example

White with #CD70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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