Html Css Color HEX #CD42F2 Medium Orchid

📋 copy color: '#CD42F2'

red 205 ◦ green 66 ◦ blue 242

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

Shades of Medium Orchid #CD42F2

Tints of Medium Orchid #CD42F2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.87%

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

R = 39.96%
G = 12.87%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD42F2 (or 0xCD42F2) is known color: Medium Orchid. HEX triplet: CD, 42 and F2. RGB value is (205,66,242). Sum of RGB (Red+Green+Blue) = 205+66+242=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD42F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD42F2 is #32BD0D. Grayscale: #7F7F7F. Windows color (decimal): -3325198 or 15876813. OLE color: 15876813.

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

Color convert

RGB 205 66 242 -
CMYK 0.15 0.73 0 0.05
HSL 287.39º 0.87% 0.6% -
HSV(B) 287.39º 0.73% 0.95% -
XYZ 43.15 23.29 86.22 -
YUV 127.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 205 66 242 0.15 0.73 0 0.05 287.39 0.87 0.6
Hex CD 42 F2 F 49 0 5 11F 57 3C
Octal 315 102 362 17 111 0 5 437 127 74
Binary 11001101 1000010 11110010 1111 1001001 0 101 100011111 1010111 111100

Color Harmonies of #CD42F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42F2

Black with #CD42F2

Text Example


Text Example

White with #CD42F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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