Html Css Color HEX #CF47EB Medium Orchid

📋 copy color: '#CF47EB'

red 207 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #CF47EB

Tints of Medium Orchid #CF47EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 40.35%
G = 13.84%
B = 45.81%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF47EB (or 0xCF47EB) is known color: Medium Orchid. HEX triplet: CF, 47 and EB. RGB value is (207,71,235). Sum of RGB (Red+Green+Blue) = 207+71+235=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF47EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47EB is #30B814. Grayscale: #818181. Windows color (decimal): -3192853 or 15419343. OLE color: 15419343.

HSL color Cylindrical-coordinate representation of color #CF47EB: hue angle of 289.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF47EB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 71 235 -
CMYK 0.12 0.70 0 0.08
HSL 289.76º 0.8% 0.6% -
HSV(B) 289.76º 0.7% 0.92% -
XYZ 42.98 23.77 80.92 -
YUV 130.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 207 71 235 0.12 0.70 0 0.08 289.76 0.8 0.6
Hex CF 47 EB C 46 0 8 122 50 3C
Octal 317 107 353 14 106 0 10 442 120 74
Binary 11001111 1000111 11101011 1100 1000110 0 1000 100100010 1010000 111100

Color Harmonies of #CF47EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47EB

Black with #CF47EB

Text Example


Text Example

White with #CF47EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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