Html Css Color HEX #CD63FC Heliotrope

📋 copy color: '#CD63FC'

red 205 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #CD63FC

Tints of Heliotrope #CD63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 36.87%
G = 17.81%
B = 45.32%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CD63FC (or 0xCD63FC) is known color: Heliotrope. HEX triplet: CD, 63 and FC. RGB value is (205,99,252). Sum of RGB (Red+Green+Blue) = 205+99+252=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD63FC is #329C03. Grayscale: #939393. Windows color (decimal): -3316740 or 16540621. OLE color: 16540621.

HSL color Cylindrical-coordinate representation of color #CD63FC: hue angle of 281.57º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD63FC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 99 252 -
CMYK 0.19 0.61 0 0.01
HSL 281.57º 0.96% 0.69% -
HSV(B) 281.57º 0.61% 0.99% -
XYZ 47.21 28.93 95.19 -
YUV 148.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 205 99 252 0.19 0.61 0 0.01 281.57 0.96 0.69
Hex CD 63 FC 13 3D 0 1 11A 60 45
Octal 315 143 374 23 75 0 1 432 140 105
Binary 11001101 1100011 11111100 10011 111101 0 1 100011010 1100000 1000101

Color Harmonies of #CD63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63FC

Black with #CD63FC

Text Example


Text Example

White with #CD63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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