Html Css Color HEX #CD3FEA Medium Orchid

📋 copy color: '#CD3FEA'

red 205 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #CD3FEA

Tints of Medium Orchid #CD3FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 40.84%
G = 12.55%
B = 46.61%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD3FEA (or 0xCD3FEA) is known color: Medium Orchid. HEX triplet: CD, 3F and EA. RGB value is (205,63,234). Sum of RGB (Red+Green+Blue) = 205+63+234=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3FEA is #32C015. Grayscale: #7C7C7C. Windows color (decimal): -3325974 or 15351757. OLE color: 15351757.

HSL color Cylindrical-coordinate representation of color #CD3FEA: hue angle of 289.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3FEA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 63 234 -
CMYK 0.12 0.73 0 0.08
HSL 289.82º 0.8% 0.58% -
HSV(B) 289.82º 0.73% 0.92% -
XYZ 41.81 22.47 79.98 -
YUV 124.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 205 63 234 0.12 0.73 0 0.08 289.82 0.8 0.58
Hex CD 3F EA C 49 0 8 122 50 3A
Octal 315 77 352 14 111 0 10 442 120 72
Binary 11001101 111111 11101010 1100 1001001 0 1000 100100010 1010000 111010

Color Harmonies of #CD3FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FEA

Black with #CD3FEA

Text Example


Text Example

White with #CD3FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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