Html Css Color HEX #CF47EE Medium Orchid

📋 copy color: '#CF47EE'

red 207 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #CF47EE

Tints of Medium Orchid #CF47EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 40.12%
G = 13.76%
B = 46.12%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF47EE (or 0xCF47EE) is known color: Medium Orchid. HEX triplet: CF, 47 and EE. RGB value is (207,71,238). Sum of RGB (Red+Green+Blue) = 207+71+238=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47EE is #30B811. Grayscale: #828282. Windows color (decimal): -3192850 or 15615951. OLE color: 15615951.

HSL color Cylindrical-coordinate representation of color #CF47EE: hue angle of 288.86º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF47EE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 71 238 -
CMYK 0.13 0.70 0 0.07
HSL 288.86º 0.83% 0.61% -
HSV(B) 288.86º 0.7% 0.93% -
XYZ 43.42 23.94 83.22 -
YUV 130.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 207 71 238 0.13 0.70 0 0.07 288.86 0.83 0.61
Hex CF 47 EE D 46 0 7 121 53 3D
Octal 317 107 356 15 106 0 7 441 123 75
Binary 11001111 1000111 11101110 1101 1000110 0 111 100100001 1010011 111101

Color Harmonies of #CF47EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47EE

Black with #CF47EE

Text Example


Text Example

White with #CF47EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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