Html Css Color HEX #CF45F6 Medium Orchid

📋 copy color: '#CF45F6'

red 207 ◦ green 69 ◦ blue 246

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

Shades of Medium Orchid #CF45F6

Tints of Medium Orchid #CF45F6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.22%

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 39.66%
G = 13.22%
B = 47.13%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF45F6 (or 0xCF45F6) is known color: Medium Orchid. HEX triplet: CF, 45 and F6. RGB value is (207,69,246). Sum of RGB (Red+Green+Blue) = 207+69+246=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF45F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45F6 is #30BA09. Grayscale: #818181. Windows color (decimal): -3193354 or 16139727. OLE color: 16139727.

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

Color convert

RGB 207 69 246 -
CMYK 0.16 0.72 0 0.04
HSL 286.78º 0.91% 0.62% -
HSV(B) 286.78º 0.72% 0.96% -
XYZ 44.49 24.18 89.51 -
YUV 130.44 193.22 182.61 -
System Red Green Blue C M Y K H S L
Decimal 207 69 246 0.16 0.72 0 0.04 286.78 0.91 0.62
Hex CF 45 F6 10 48 0 4 11F 5B 3E
Octal 317 105 366 20 110 0 4 437 133 76
Binary 11001111 1000101 11110110 10000 1001000 0 100 100011111 1011011 111110

Color Harmonies of #CF45F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF45F6

Black with #CF45F6

Text Example


Text Example

White with #CF45F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF45F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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