Html Css Color HEX #CD37FC Medium Orchid

📋 copy color: '#CD37FC'

red 205 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CD37FC

Tints of Medium Orchid #CD37FC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.74%

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

R = 40.04%
G = 10.74%
B = 49.22%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CD37FC (or 0xCD37FC) is known color: Medium Orchid. HEX triplet: CD, 37 and FC. RGB value is (205,55,252). Sum of RGB (Red+Green+Blue) = 205+55+252=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37FC is #32C803. Grayscale: #797979. Windows color (decimal): -3328004 or 16529357. OLE color: 16529357.

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

Color convert

RGB 205 55 252 -
CMYK 0.19 0.78 0 0.01
HSL 285.69º 0.97% 0.6% -
HSV(B) 285.69º 0.78% 0.99% -
XYZ 44.11 22.74 94.16 -
YUV 122.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 205 55 252 0.19 0.78 0 0.01 285.69 0.97 0.6
Hex CD 37 FC 13 4E 0 1 11E 61 3C
Octal 315 67 374 23 116 0 1 436 141 74
Binary 11001101 110111 11111100 10011 1001110 0 1 100011110 1100001 111100

Color Harmonies of #CD37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37FC

Black with #CD37FC

Text Example


Text Example

White with #CD37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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