Html Css Color HEX #CD3FE1 Medium Orchid

📋 copy color: '#CD3FE1'

red 205 ◦ green 63 ◦ blue 225

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

Shades of Medium Orchid #CD3FE1

Tints of Medium Orchid #CD3FE1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 41.58%
G = 12.78%
B = 45.64%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD3FE1 (or 0xCD3FE1) is known color: Medium Orchid. HEX triplet: CD, 3F and E1. RGB value is (205,63,225). Sum of RGB (Red+Green+Blue) = 205+63+225=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FE1 is #32C01E. Grayscale: #7B7B7B. Windows color (decimal): -3325983 or 14761933. OLE color: 14761933.

HSL color Cylindrical-coordinate representation of color #CD3FE1: hue angle of 292.59º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3FE1 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 63 225 -
CMYK 0.09 0.72 0 0.12
HSL 292.59º 0.73% 0.56% -
HSV(B) 292.59º 0.72% 0.88% -
XYZ 40.54 21.97 73.34 -
YUV 123.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 205 63 225 0.09 0.72 0 0.12 292.59 0.73 0.56
Hex CD 3F E1 9 48 0 C 125 49 38
Octal 315 77 341 11 110 0 14 445 111 70
Binary 11001101 111111 11100001 1001 1001000 0 1100 100100101 1001001 111000

Color Harmonies of #CD3FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FE1

Black with #CD3FE1

Text Example


Text Example

White with #CD3FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FE1; }

 p { color: rgb(205,63,225); }

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

background-color css

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

 a { background-color: rgb(205,63,225); }

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

border-color css

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

 span { border-color: rgb(205,63,225); }

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