Html Css Color HEX #CD2FE2 Medium Orchid

📋 copy color: '#CD2FE2'

red 205 ◦ green 47 ◦ blue 226

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

Shades of Medium Orchid #CD2FE2

Tints of Medium Orchid #CD2FE2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.83%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 42.89%
G = 9.83%
B = 47.28%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD2FE2 (or 0xCD2FE2) is known color: Medium Orchid. HEX triplet: CD, 2F and E2. RGB value is (205,47,226). Sum of RGB (Red+Green+Blue) = 205+47+226=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD2FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2FE2 is #32D01D. Grayscale: #727272. Windows color (decimal): -3330078 or 14823373. OLE color: 14823373.

HSL color Cylindrical-coordinate representation of color #CD2FE2: hue angle of 292.96º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2FE2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 47 226 -
CMYK 0.09 0.79 0 0.11
HSL 292.96º 0.76% 0.54% -
HSV(B) 292.96º 0.79% 0.89% -
XYZ 39.92 20.5 73.8 -
YUV 114.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 205 47 226 0.09 0.79 0 0.11 292.96 0.76 0.54
Hex CD 2F E2 9 4F 0 B 125 4C 36
Octal 315 57 342 11 117 0 13 445 114 66
Binary 11001101 101111 11100010 1001 1001111 0 1011 100100101 1001100 110110

Color Harmonies of #CD2FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2FE2

Black with #CD2FE2

Text Example


Text Example

White with #CD2FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2FE2; }

 p { color: rgb(205,47,226); }

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

background-color css

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

 a { background-color: rgb(205,47,226); }

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

border-color css

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

 span { border-color: rgb(205,47,226); }

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