#CF43F5

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

Shades of Medium Orchid #CF43F5

Tints of Medium Orchid #CF43F5

Color information

#CF43F5 (or 0xCF43F5) is unknown color: approx Medium Orchid. HEX triplet: CF, 43 and F5. RGB value is (207,67,245). Sum of RGB (Red+Green+Blue) = 207+67+245=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF43F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43F5 is #30BC0A. Grayscale: #808080. Windows color (decimal): -3193867 or 16073679. OLE color: 16073679.

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

Color convert

RGB20767245-
CMYK0.160.7300.04
HSL287.19º89.9%61.18%-
HSV(B)287.19º72.65%96.08%-
XYZ44.2223.8788.66-
YUV129.15193.38183.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 67 (26.56% from 255) = 12.91%
BLUE value IS 245 (96.09% from 255) = 47.21%
R=39.88%
G=12.91%
B=47.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207672450.160.7300.04287.1989.961.18
HexCF43F510490411f5a3d
Octal317103365201110443713275
Binary1100111110000111111010110000100100101001000111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF43F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF43F5; }

 p { color: rgb(207,67,245); }

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

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

 a { background-color: rgb(207,67,245); }

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

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

 span { border-color: rgb(207,67,245); }

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