Html Css Color HEX #CD37FE Medium Orchid

📋 copy color: '#CD37FE'

red 205 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #CD37FE

Tints of Medium Orchid #CD37FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 39.88%
G = 10.7%
B = 49.42%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CD37FE (or 0xCD37FE) is known color: Medium Orchid. HEX triplet: CD, 37 and FE. RGB value is (205,55,254). Sum of RGB (Red+Green+Blue) = 205+55+254=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37FE is #32C801. Grayscale: #797979. Windows color (decimal): -3328002 or 16660429. OLE color: 16660429.

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

Color convert

RGB 205 55 254 -
CMYK 0.19 0.78 0 0.00
HSL 285.23º 0.99% 0.61% -
HSV(B) 285.23º 0.78% 1% -
XYZ 44.43 22.87 95.84 -
YUV 122.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 205 55 254 0.19 0.78 0 0.00 285.23 0.99 0.61
Hex CD 37 FE 13 4E 0 0 11D 63 3D
Octal 315 67 376 23 116 0 0 435 143 75
Binary 11001101 110111 11111110 10011 1001110 0 0 100011101 1100011 111101

Color Harmonies of #CD37FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD37FE

Black with #CD37FE

Text Example


Text Example

White with #CD37FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD37FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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