Html Css Color HEX #CD5FE2 Medium Orchid

📋 copy color: '#CD5FE2'

red 205 ◦ green 95 ◦ blue 226

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

Shades of Medium Orchid #CD5FE2

Tints of Medium Orchid #CD5FE2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

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

R = 38.97%
G = 18.06%
B = 42.97%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD5FE2 (or 0xCD5FE2) is known color: Medium Orchid. HEX triplet: CD, 5F and E2. RGB value is (205,95,226). Sum of RGB (Red+Green+Blue) = 205+95+226=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD5FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FE2 is #32A01D. Grayscale: #8E8E8E. Windows color (decimal): -3317790 or 14835661. OLE color: 14835661.

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

Color convert

RGB 205 95 226 -
CMYK 0.09 0.58 0 0.11
HSL 290.38º 0.69% 0.63% -
HSV(B) 290.38º 0.58% 0.89% -
XYZ 43 26.65 74.83 -
YUV 142.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 205 95 226 0.09 0.58 0 0.11 290.38 0.69 0.63
Hex CD 5F E2 9 3A 0 B 122 45 3F
Octal 315 137 342 11 72 0 13 442 105 77
Binary 11001101 1011111 11100010 1001 111010 0 1011 100100010 1000101 111111

Color Harmonies of #CD5FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5FE2

Black with #CD5FE2

Text Example


Text Example

White with #CD5FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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