Html Css Color HEX #CD71F0 Heliotrope

📋 copy color: '#CD71F0'

red 205 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #CD71F0

Tints of Heliotrope #CD71F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 36.74%
G = 20.25%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD71F0 (or 0xCD71F0) is known color: Heliotrope. HEX triplet: CD, 71 and F0. RGB value is (205,113,240). Sum of RGB (Red+Green+Blue) = 205+113+240=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD71F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD71F0 is #328E0F. Grayscale: #9A9A9A. Windows color (decimal): -3313168 or 15757773. OLE color: 15757773.

HSL color Cylindrical-coordinate representation of color #CD71F0: hue angle of 283.46º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD71F0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 113 240 -
CMYK 0.15 0.53 0 0.06
HSL 283.46º 0.81% 0.69% -
HSV(B) 283.46º 0.53% 0.94% -
XYZ 46.81 31.08 85.97 -
YUV 154.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 205 113 240 0.15 0.53 0 0.06 283.46 0.81 0.69
Hex CD 71 F0 F 35 0 6 11B 51 45
Octal 315 161 360 17 65 0 6 433 121 105
Binary 11001101 1110001 11110000 1111 110101 0 110 100011011 1010001 1000101

Color Harmonies of #CD71F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD71F0

Black with #CD71F0

Text Example


Text Example

White with #CD71F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD71F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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