Html Css Color HEX #CD3DF1 Medium Orchid

📋 copy color: '#CD3DF1'

red 205 ◦ green 61 ◦ blue 241

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

Shades of Medium Orchid #CD3DF1

Tints of Medium Orchid #CD3DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.03%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 40.43%
G = 12.03%
B = 47.53%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD3DF1 (or 0xCD3DF1) is known color: Medium Orchid. HEX triplet: CD, 3D and F1. RGB value is (205,61,241). Sum of RGB (Red+Green+Blue) = 205+61+241=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DF1 is #32C20E. Grayscale: #7C7C7C. Windows color (decimal): -3326479 or 15809997. OLE color: 15809997.

HSL color Cylindrical-coordinate representation of color #CD3DF1: hue angle of 288º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3DF1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 61 241 -
CMYK 0.15 0.75 0 0.05
HSL 288º 0.87% 0.59% -
HSV(B) 288º 0.75% 0.95% -
XYZ 42.72 22.67 85.34 -
YUV 124.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 205 61 241 0.15 0.75 0 0.05 288 0.87 0.59
Hex CD 3D F1 F 4B 0 5 120 57 3B
Octal 315 75 361 17 113 0 5 440 127 73
Binary 11001101 111101 11110001 1111 1001011 0 101 100100000 1010111 111011

Color Harmonies of #CD3DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3DF1

Black with #CD3DF1

Text Example


Text Example

White with #CD3DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3DF1; }

 p { color: rgb(205,61,241); }

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

background-color css

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

 a { background-color: rgb(205,61,241); }

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

border-color css

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

 span { border-color: rgb(205,61,241); }

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