Html Css Color HEX #CD37FF Medium Orchid

📋 copy color: '#CD37FF'

red 205 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #CD37FF

Tints of Medium Orchid #CD37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 39.81%
G = 10.68%
B = 49.51%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD37FF (or 0xCD37FF) is known color: Medium Orchid. HEX triplet: CD, 37 and FF. RGB value is (205,55,255). Sum of RGB (Red+Green+Blue) = 205+55+255=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37FF is #32C800. Grayscale: #797979. Windows color (decimal): -3328001 or 16725965. OLE color: 16725965.

HSL color Cylindrical-coordinate representation of color #CD37FF: hue angle of 285º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD37FF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 55 255 -
CMYK 0.20 0.78 0 0
HSL 285º 1% 0.61% -
HSV(B) 285º 0.78% 1% -
XYZ 44.59 22.93 96.68 -
YUV 122.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 205 55 255 0.20 0.78 0 0 285 1 0.61
Hex CD 37 FF 14 4E 0 0 11D 64 3D
Octal 315 67 377 24 116 0 0 435 144 75
Binary 11001101 110111 11111111 10100 1001110 0 0 100011101 1100100 111101

Color Harmonies of #CD37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37FF

Black with #CD37FF

Text Example


Text Example

White with #CD37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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