Html Css Color HEX #CD50FA Heliotrope

📋 copy color: '#CD50FA'

red 205 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #CD50FA

Tints of Heliotrope #CD50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.95%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 38.32%
G = 14.95%
B = 46.73%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD50FA (or 0xCD50FA) is known color: Heliotrope. HEX triplet: CD, 50 and FA. RGB value is (205,80,250). Sum of RGB (Red+Green+Blue) = 205+80+250=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50FA is #32AF05. Grayscale: #888888. Windows color (decimal): -3321606 or 16404685. OLE color: 16404685.

HSL color Cylindrical-coordinate representation of color #CD50FA: hue angle of 284.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD50FA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 80 250 -
CMYK 0.18 0.68 0 0.02
HSL 284.12º 0.94% 0.65% -
HSV(B) 284.12º 0.68% 0.98% -
XYZ 45.3 25.62 93 -
YUV 136.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 205 80 250 0.18 0.68 0 0.02 284.12 0.94 0.65
Hex CD 50 FA 12 44 0 2 11C 5E 41
Octal 315 120 372 22 104 0 2 434 136 101
Binary 11001101 1010000 11111010 10010 1000100 0 10 100011100 1011110 1000001

Color Harmonies of #CD50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50FA

Black with #CD50FA

Text Example


Text Example

White with #CD50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50FA; }

 p { color: rgb(205,80,250); }

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

background-color css

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

 a { background-color: rgb(205,80,250); }

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

border-color css

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

 span { border-color: rgb(205,80,250); }

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