Html Css Color HEX #CD3EEF Medium Orchid

📋 copy color: '#CD3EEF'

red 205 ◦ green 62 ◦ blue 239

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

Shades of Medium Orchid #CD3EEF

Tints of Medium Orchid #CD3EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.25%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 40.51%
G = 12.25%
B = 47.23%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD3EEF (or 0xCD3EEF) is known color: Medium Orchid. HEX triplet: CD, 3E and EF. RGB value is (205,62,239). Sum of RGB (Red+Green+Blue) = 205+62+239=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3EEF is #32C110. Grayscale: #7C7C7C. Windows color (decimal): -3326225 or 15679181. OLE color: 15679181.

HSL color Cylindrical-coordinate representation of color #CD3EEF: hue angle of 288.47º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3EEF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 62 239 -
CMYK 0.14 0.74 0 0.06
HSL 288.47º 0.85% 0.59% -
HSV(B) 288.47º 0.74% 0.94% -
XYZ 42.48 22.66 83.8 -
YUV 124.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 205 62 239 0.14 0.74 0 0.06 288.47 0.85 0.59
Hex CD 3E EF E 4A 0 6 120 55 3B
Octal 315 76 357 16 112 0 6 440 125 73
Binary 11001101 111110 11101111 1110 1001010 0 110 100100000 1010101 111011

Color Harmonies of #CD3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EEF

Black with #CD3EEF

Text Example


Text Example

White with #CD3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EEF; }

 p { color: rgb(205,62,239); }

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

background-color css

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

 a { background-color: rgb(205,62,239); }

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

border-color css

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

 span { border-color: rgb(205,62,239); }

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