#CD34F7

Color #CD34F7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CD34F7

Tints of Medium Orchid #CD34F7

Color information

#CD34F7 (or 0xCD34F7) is unknown color: approx Medium Orchid. HEX triplet: CD, 34 and F7. RGB value is (205,52,247). Sum of RGB (Red+Green+Blue) = 205+52+247=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD34F7 is #32CB08. Grayscale: #777777. Windows color (decimal): -3328777 or 16200909. OLE color: 16200909.

HSL color Cylindrical-coordinate representation of color #CD34F7: hue angle of 287.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD34F7 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20552247-
CMYK0.170.7900.03
HSL287.08º92.42%58.63%-
HSV(B)287.08º78.95%96.86%-
XYZ43.1922.1589.99-
YUV119.98199.69188.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 52 (20.70% from 255) = 10.32%
BLUE value IS 247 (96.88% from 255) = 49.01%
R=40.67%
G=10.32%
B=49.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205522470.170.7900.03287.0892.4258.63
HexCD34F7114F0311f5c3b
Octal31564367211170343713473
Binary11001101110100111101111000110011110111000111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD34F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD34F7; }

 p { color: rgb(205,52,247); }

 H1.HeaderClassName
 {
   color: #CD34F7;
 }
 .AnyTagClassName
 {
   color: #CD34F7;
 }
</style>
background-color css

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

 a { background-color: rgb(205,52,247); }

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

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

 span { border-color: rgb(205,52,247); }

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