#CF35FA

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

Shades of Medium Orchid #CF35FA

Tints of Medium Orchid #CF35FA

Color information

#CF35FA (or 0xCF35FA) is unknown color: approx Medium Orchid. HEX triplet: CF, 35 and FA. RGB value is (207,53,250). Sum of RGB (Red+Green+Blue) = 207+53+250=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 53 (21.09% from 255 or 10.39% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF35FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF35FA is #30CA05. Grayscale: #787878. Windows color (decimal): -3197446 or 16397775. OLE color: 16397775.

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

Color convert

RGB20753250-
CMYK0.170.7900.02
HSL286.9º95.17%59.41%-
HSV(B)286.9º78.8%98.04%-
XYZ44.2622.7192.49-
YUV121.5200.52188.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 53 (21.09% from 255) = 10.39%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=40.59%
G=10.39%
B=49.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207532500.170.7900.02286.995.1759.41
HexCF35FA114F0211f5f3b
Octal31765372211170243713773
Binary11001111110101111110101000110011110101000111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF35FA; }

 p { color: rgb(207,53,250); }

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

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

 a { background-color: rgb(207,53,250); }

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

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

 span { border-color: rgb(207,53,250); }

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