#CF3DF6

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

Shades of Medium Orchid #CF3DF6

Tints of Medium Orchid #CF3DF6

Color information

#CF3DF6 (or 0xCF3DF6) is unknown color: approx Medium Orchid. HEX triplet: CF, 3D and F6. RGB value is (207,61,246). Sum of RGB (Red+Green+Blue) = 207+61+246=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF3DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF6 is #30C209. Grayscale: #7D7D7D. Windows color (decimal): -3195402 or 16137679. OLE color: 16137679.

HSL color Cylindrical-coordinate representation of color #CF3DF6: hue angle of 287.35º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3DF6 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20761246-
CMYK0.160.7500.04
HSL287.35º91.13%60.2%-
HSV(B)287.35º75.2%96.47%-
XYZ44.0423.2689.36-
YUV125.74195.87185.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 61 (24.22% from 255) = 11.87%
BLUE value IS 246 (96.48% from 255) = 47.86%
R=40.27%
G=11.87%
B=47.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207612460.160.7500.04287.3591.1360.2
HexCF3DF6104B0411f5b3c
Octal31775366201130443713374
Binary110011111111011111011010000100101101001000111111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3DF6; }

 p { color: rgb(207,61,246); }

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

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

 a { background-color: rgb(207,61,246); }

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

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

 span { border-color: rgb(207,61,246); }

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