Html Css Color HEX #CF47F3 Medium Orchid

📋 copy color: '#CF47F3'

red 207 ◦ green 71 ◦ blue 243

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

Shades of Medium Orchid #CF47F3

Tints of Medium Orchid #CF47F3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 39.73%
G = 13.63%
B = 46.64%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF47F3 (or 0xCF47F3) is known color: Medium Orchid. HEX triplet: CF, 47 and F3. RGB value is (207,71,243). Sum of RGB (Red+Green+Blue) = 207+71+243=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF47F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47F3 is #30B80C. Grayscale: #828282. Windows color (decimal): -3192845 or 15943631. OLE color: 15943631.

HSL color Cylindrical-coordinate representation of color #CF47F3: hue angle of 287.44º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF47F3 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 71 243 -
CMYK 0.15 0.71 0 0.05
HSL 287.44º 0.88% 0.62% -
HSV(B) 287.44º 0.71% 0.95% -
XYZ 44.16 24.24 87.15 -
YUV 131.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 207 71 243 0.15 0.71 0 0.05 287.44 0.88 0.62
Hex CF 47 F3 F 47 0 5 11F 58 3E
Octal 317 107 363 17 107 0 5 437 130 76
Binary 11001111 1000111 11110011 1111 1000111 0 101 100011111 1011000 111110

Color Harmonies of #CF47F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47F3

Black with #CF47F3

Text Example


Text Example

White with #CF47F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47F3; }

 p { color: rgb(207,71,243); }

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

background-color css

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

 a { background-color: rgb(207,71,243); }

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

border-color css

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

 span { border-color: rgb(207,71,243); }

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