Html Css Color HEX #CF46FA Medium Orchid

📋 copy color: '#CF46FA'

red 207 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #CF46FA

Tints of Medium Orchid #CF46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.28%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 39.28%
G = 13.28%
B = 47.44%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF46FA (or 0xCF46FA) is known color: Medium Orchid. HEX triplet: CF, 46 and FA. RGB value is (207,70,250). Sum of RGB (Red+Green+Blue) = 207+70+250=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46FA is #30B905. Grayscale: #828282. Windows color (decimal): -3193094 or 16402127. OLE color: 16402127.

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

Color convert

RGB 207 70 250 -
CMYK 0.17 0.72 0 0.02
HSL 285.67º 0.95% 0.63% -
HSV(B) 285.67º 0.72% 0.98% -
XYZ 45.18 24.55 92.8 -
YUV 131.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 207 70 250 0.17 0.72 0 0.02 285.67 0.95 0.63
Hex CF 46 FA 11 48 0 2 11E 5F 3F
Octal 317 106 372 21 110 0 2 436 137 77
Binary 11001111 1000110 11111010 10001 1001000 0 10 100011110 1011111 111111

Color Harmonies of #CF46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46FA

Black with #CF46FA

Text Example


Text Example

White with #CF46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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