Html Css Color HEX #CD5AF6 Heliotrope

📋 copy color: '#CD5AF6'

red 205 ◦ green 90 ◦ blue 246

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

Shades of Heliotrope #CD5AF6

Tints of Heliotrope #CD5AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 37.89%
G = 16.64%
B = 45.47%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CD5AF6 (or 0xCD5AF6) is known color: Heliotrope. HEX triplet: CD, 5A and F6. RGB value is (205,90,246). Sum of RGB (Red+Green+Blue) = 205+90+246=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5AF6 is #32A509. Grayscale: #8D8D8D. Windows color (decimal): -3319050 or 16145101. OLE color: 16145101.

HSL color Cylindrical-coordinate representation of color #CD5AF6: hue angle of 284.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD5AF6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 90 246 -
CMYK 0.17 0.63 0 0.04
HSL 284.23º 0.9% 0.66% -
HSV(B) 284.23º 0.63% 0.96% -
XYZ 45.47 26.95 89.99 -
YUV 142.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 205 90 246 0.17 0.63 0 0.04 284.23 0.9 0.66
Hex CD 5A F6 11 3F 0 4 11C 5A 42
Octal 315 132 366 21 77 0 4 434 132 102
Binary 11001101 1011010 11110110 10001 111111 0 100 100011100 1011010 1000010

Color Harmonies of #CD5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AF6

Black with #CD5AF6

Text Example


Text Example

White with #CD5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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