Html Css Color HEX #CD30F2 Medium Orchid

📋 copy color: '#CD30F2'

red 205 ◦ green 48 ◦ blue 242

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

Shades of Medium Orchid #CD30F2

Tints of Medium Orchid #CD30F2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.7%

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

R = 41.41%
G = 9.7%
B = 48.89%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD30F2 (or 0xCD30F2) is known color: Medium Orchid. HEX triplet: CD, 30 and F2. RGB value is (205,48,242). Sum of RGB (Red+Green+Blue) = 205+48+242=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD30F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30F2 is #32CF0D. Grayscale: #747474. Windows color (decimal): -3329806 or 15872205. OLE color: 15872205.

HSL color Cylindrical-coordinate representation of color #CD30F2: hue angle of 288.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD30F2 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 48 242 -
CMYK 0.15 0.80 0 0.05
HSL 288.56º 0.88% 0.57% -
HSV(B) 288.56º 0.8% 0.95% -
XYZ 42.26 21.5 85.93 -
YUV 117.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 205 48 242 0.15 0.80 0 0.05 288.56 0.88 0.57
Hex CD 30 F2 F 50 0 5 121 58 39
Octal 315 60 362 17 120 0 5 441 130 71
Binary 11001101 110000 11110010 1111 1010000 0 101 100100001 1011000 111001

Color Harmonies of #CD30F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30F2

Black with #CD30F2

Text Example


Text Example

White with #CD30F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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