Html Css Color HEX #CD3AF1 Medium Orchid

📋 copy color: '#CD3AF1'

red 205 ◦ green 58 ◦ blue 241

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

Shades of Medium Orchid #CD3AF1

Tints of Medium Orchid #CD3AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.51%

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

R = 40.67%
G = 11.51%
B = 47.82%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD3AF1 (or 0xCD3AF1) is known color: Medium Orchid. HEX triplet: CD, 3A and F1. RGB value is (205,58,241). Sum of RGB (Red+Green+Blue) = 205+58+241=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3AF1 is #32C50E. Grayscale: #7A7A7A. Windows color (decimal): -3327247 or 15809229. OLE color: 15809229.

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

Color convert

RGB 205 58 241 -
CMYK 0.15 0.76 0 0.05
HSL 288.2º 0.87% 0.59% -
HSV(B) 288.2º 0.76% 0.95% -
XYZ 42.57 22.36 85.29 -
YUV 122.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 205 58 241 0.15 0.76 0 0.05 288.2 0.87 0.59
Hex CD 3A F1 F 4C 0 5 120 57 3B
Octal 315 72 361 17 114 0 5 440 127 73
Binary 11001101 111010 11110001 1111 1001100 0 101 100100000 1010111 111011

Color Harmonies of #CD3AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3AF1

Black with #CD3AF1

Text Example


Text Example

White with #CD3AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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