Html Css Color HEX #CD4FE1 Medium Orchid

📋 copy color: '#CD4FE1'

red 205 ◦ green 79 ◦ blue 225

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

Shades of Medium Orchid #CD4FE1

Tints of Medium Orchid #CD4FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.52%

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

R = 40.28%
G = 15.52%
B = 44.2%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD4FE1 (or 0xCD4FE1) is known color: Medium Orchid. HEX triplet: CD, 4F and E1. RGB value is (205,79,225). Sum of RGB (Red+Green+Blue) = 205+79+225=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD4FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FE1 is #32B01E. Grayscale: #848484. Windows color (decimal): -3321887 or 14766029. OLE color: 14766029.

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

Color convert

RGB 205 79 225 -
CMYK 0.09 0.65 0 0.12
HSL 291.78º 0.71% 0.6% -
HSV(B) 291.78º 0.65% 0.88% -
XYZ 41.56 24.01 73.68 -
YUV 133.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 205 79 225 0.09 0.65 0 0.12 291.78 0.71 0.6
Hex CD 4F E1 9 41 0 C 124 47 3C
Octal 315 117 341 11 101 0 14 444 107 74
Binary 11001101 1001111 11100001 1001 1000001 0 1100 100100100 1000111 111100

Color Harmonies of #CD4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4FE1

Black with #CD4FE1

Text Example


Text Example

White with #CD4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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