Html Css Color HEX #CD63FA Heliotrope

📋 copy color: '#CD63FA'

red 205 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #CD63FA

Tints of Heliotrope #CD63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.87%

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

R = 37%
G = 17.87%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CD63FA (or 0xCD63FA) is known color: Heliotrope. HEX triplet: CD, 63 and FA. RGB value is (205,99,250). Sum of RGB (Red+Green+Blue) = 205+99+250=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD63FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD63FA is #329C05. Grayscale: #939393. Windows color (decimal): -3316742 or 16409549. OLE color: 16409549.

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

Color convert

RGB 205 99 250 -
CMYK 0.18 0.60 0 0.02
HSL 282.12º 0.94% 0.68% -
HSV(B) 282.12º 0.6% 0.98% -
XYZ 46.89 28.8 93.53 -
YUV 147.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 205 99 250 0.18 0.60 0 0.02 282.12 0.94 0.68
Hex CD 63 FA 12 3C 0 2 11A 5E 44
Octal 315 143 372 22 74 0 2 432 136 104
Binary 11001101 1100011 11111010 10010 111100 0 10 100011010 1011110 1000100

Color Harmonies of #CD63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63FA

Black with #CD63FA

Text Example


Text Example

White with #CD63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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