Html Css Color HEX #CD70E9 Heliotrope

📋 copy color: '#CD70E9'

red 205 ◦ green 112 ◦ blue 233

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

Shades of Heliotrope #CD70E9

Tints of Heliotrope #CD70E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.36%

R = 37.27%
G = 20.36%
B = 42.36%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CD70E9 (or 0xCD70E9) is known color: Heliotrope. HEX triplet: CD, 70 and E9. RGB value is (205,112,233). Sum of RGB (Red+Green+Blue) = 205+112+233=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70E9 is #328F16. Grayscale: #999999. Windows color (decimal): -3313431 or 15298765. OLE color: 15298765.

HSL color Cylindrical-coordinate representation of color #CD70E9: hue angle of 286.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD70E9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 112 233 -
CMYK 0.12 0.52 0 0.09
HSL 286.12º 0.73% 0.68% -
HSV(B) 286.12º 0.52% 0.91% -
XYZ 45.68 30.45 80.56 -
YUV 153.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 205 112 233 0.12 0.52 0 0.09 286.12 0.73 0.68
Hex CD 70 E9 C 34 0 9 11E 49 44
Octal 315 160 351 14 64 0 11 436 111 104
Binary 11001101 1110000 11101001 1100 110100 0 1001 100011110 1001001 1000100

Color Harmonies of #CD70E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70E9

Black with #CD70E9

Text Example


Text Example

White with #CD70E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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