Html Css Color HEX #CD70ED Heliotrope

📋 copy color: '#CD70ED'

red 205 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #CD70ED

Tints of Heliotrope #CD70ED

RGB

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

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

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

R = 37%
G = 20.22%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD70ED (or 0xCD70ED) is known color: Heliotrope. HEX triplet: CD, 70 and ED. RGB value is (205,112,237). Sum of RGB (Red+Green+Blue) = 205+112+237=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD70ED is #328F12. Grayscale: #999999. Windows color (decimal): -3313427 or 15560909. OLE color: 15560909.

HSL color Cylindrical-coordinate representation of color #CD70ED: hue angle of 284.64º degrees, saturation: 0.78, 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 #CD70ED is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 112 237 -
CMYK 0.14 0.53 0 0.07
HSL 284.64º 0.78% 0.68% -
HSV(B) 284.64º 0.53% 0.93% -
XYZ 46.26 30.68 83.6 -
YUV 154.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 205 112 237 0.14 0.53 0 0.07 284.64 0.78 0.68
Hex CD 70 ED E 35 0 7 11D 4E 44
Octal 315 160 355 16 65 0 7 435 116 104
Binary 11001101 1110000 11101101 1110 110101 0 111 100011101 1001110 1000100

Color Harmonies of #CD70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70ED

Black with #CD70ED

Text Example


Text Example

White with #CD70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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