Html Css Color HEX #CD3FDA Medium Orchid

📋 copy color: '#CD3FDA'

red 205 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #CD3FDA

Tints of Medium Orchid #CD3FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 42.18%
G = 12.96%
B = 44.86%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD3FDA (or 0xCD3FDA) is known color: Medium Orchid. HEX triplet: CD, 3F and DA. RGB value is (205,63,218). Sum of RGB (Red+Green+Blue) = 205+63+218=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDA is #32C025. Grayscale: #7A7A7A. Windows color (decimal): -3325990 or 14303181. OLE color: 14303181.

HSL color Cylindrical-coordinate representation of color #CD3FDA: hue angle of 294.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3FDA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 63 218 -
CMYK 0.06 0.71 0 0.15
HSL 294.97º 0.68% 0.55% -
HSV(B) 294.97º 0.71% 0.85% -
XYZ 39.61 21.6 68.41 -
YUV 123.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 205 63 218 0.06 0.71 0 0.15 294.97 0.68 0.55
Hex CD 3F DA 6 47 0 F 127 44 37
Octal 315 77 332 6 107 0 17 447 104 67
Binary 11001101 111111 11011010 110 1000111 0 1111 100100111 1000100 110111

Color Harmonies of #CD3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3FDA

Black with #CD3FDA

Text Example


Text Example

White with #CD3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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