Html Css Color HEX #CD48F2 Medium Orchid

📋 copy color: '#CD48F2'

red 205 ◦ green 72 ◦ blue 242

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

Shades of Medium Orchid #CD48F2

Tints of Medium Orchid #CD48F2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 39.5%
G = 13.87%
B = 46.63%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD48F2 (or 0xCD48F2) is known color: Medium Orchid. HEX triplet: CD, 48 and F2. RGB value is (205,72,242). Sum of RGB (Red+Green+Blue) = 205+72+242=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD48F2 is #32B70D. Grayscale: #828282. Windows color (decimal): -3323662 or 15878349. OLE color: 15878349.

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

Color convert

RGB 205 72 242 -
CMYK 0.15 0.70 0 0.05
HSL 286.94º 0.87% 0.62% -
HSV(B) 286.94º 0.7% 0.95% -
XYZ 43.52 24.02 86.35 -
YUV 131.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 205 72 242 0.15 0.70 0 0.05 286.94 0.87 0.62
Hex CD 48 F2 F 46 0 5 11F 57 3E
Octal 315 110 362 17 106 0 5 437 127 76
Binary 11001101 1001000 11110010 1111 1000110 0 101 100011111 1010111 111110

Color Harmonies of #CD48F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD48F2

Black with #CD48F2

Text Example


Text Example

White with #CD48F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD48F2; }

 p { color: rgb(205,72,242); }

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

background-color css

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

 a { background-color: rgb(205,72,242); }

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

border-color css

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

 span { border-color: rgb(205,72,242); }

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