Html Css Color HEX #CF32ED Medium Orchid

📋 copy color: '#CF32ED'

red 207 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #CF32ED

Tints of Medium Orchid #CF32ED

RGB

 RED value IS 207 (81.25% from 255) = 41.9%

 GREEN value IS 50 (19.92% from 255) = 10.12%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 41.9%
G = 10.12%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF32ED (or 0xCF32ED) is known color: Medium Orchid. HEX triplet: CF, 32 and ED. RGB value is (207,50,237). Sum of RGB (Red+Green+Blue) = 207+50+237=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32ED is #30CD12. Grayscale: #757575. Windows color (decimal): -3198227 or 15545039. OLE color: 15545039.

HSL color Cylindrical-coordinate representation of color #CF32ED: hue angle of 290.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF32ED is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 50 237 -
CMYK 0.13 0.79 0 0.07
HSL 290.37º 0.84% 0.56% -
HSV(B) 290.37º 0.79% 0.93% -
XYZ 42.16 21.66 82.08 -
YUV 118.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 207 50 237 0.13 0.79 0 0.07 290.37 0.84 0.56
Hex CF 32 ED D 4F 0 7 122 54 38
Octal 317 62 355 15 117 0 7 442 124 70
Binary 11001111 110010 11101101 1101 1001111 0 111 100100010 1010100 111000

Color Harmonies of #CF32ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32ED

Black with #CF32ED

Text Example


Text Example

White with #CF32ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32ED; }

 p { color: rgb(207,50,237); }

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

background-color css

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

 a { background-color: rgb(207,50,237); }

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

border-color css

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

 span { border-color: rgb(207,50,237); }

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