Html Css Color HEX #CD5AF0 Heliotrope

📋 copy color: '#CD5AF0'

red 205 ◦ green 90 ◦ blue 240

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

Shades of Heliotrope #CD5AF0

Tints of Heliotrope #CD5AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.82%

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

R = 38.32%
G = 16.82%
B = 44.86%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD5AF0 (or 0xCD5AF0) is known color: Heliotrope. HEX triplet: CD, 5A and F0. RGB value is (205,90,240). Sum of RGB (Red+Green+Blue) = 205+90+240=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5AF0 is #32A50F. Grayscale: #8D8D8D. Windows color (decimal): -3319056 or 15751885. OLE color: 15751885.

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

Color convert

RGB 205 90 240 -
CMYK 0.15 0.62 0 0.06
HSL 286º 0.83% 0.65% -
HSV(B) 286º 0.63% 0.94% -
XYZ 44.56 26.58 85.22 -
YUV 141.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 205 90 240 0.15 0.62 0 0.06 286 0.83 0.65
Hex CD 5A F0 F 3E 0 6 11E 53 41
Octal 315 132 360 17 76 0 6 436 123 101
Binary 11001101 1011010 11110000 1111 111110 0 110 100011110 1010011 1000001

Color Harmonies of #CD5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AF0

Black with #CD5AF0

Text Example


Text Example

White with #CD5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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